Class: Fastbill::Automatic::Subscription
- Includes:
- Fastbill::Automatic::Services::Cancel, Fastbill::Automatic::Services::Changearticle, Fastbill::Automatic::Services::Setaddon, Fastbill::Automatic::Services::Setusagedata, Fastbill::Automatic::Services::Update
- Defined in:
- lib/fastbill-automatic/subscription.rb
Instance Attribute Summary collapse
-
#addons ⇒ Object
Returns the value of attribute addons.
-
#article_code ⇒ Object
Returns the value of attribute article_code.
-
#article_number ⇒ Object
Returns the value of attribute article_number.
-
#cancellation_date ⇒ Object
Returns the value of attribute cancellation_date.
-
#coupon ⇒ Object
Returns the value of attribute coupon.
-
#created ⇒ Object
Returns the value of attribute created.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
-
#last_event ⇒ Object
Returns the value of attribute last_event.
-
#next_event ⇒ Object
Returns the value of attribute next_event.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscription_ext_uid ⇒ Object
Returns the value of attribute subscription_ext_uid.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
-
#usage_date ⇒ Object
Returns the value of attribute usage_date.
Attributes inherited from Base
Method Summary
Methods included from Fastbill::Automatic::Services::Cancel
Methods included from Fastbill::Automatic::Services::Setaddon
Methods included from Fastbill::Automatic::Services::Changearticle
Methods included from Fastbill::Automatic::Services::Update
Methods inherited from Base
clear_request_infos, #initialize, request_infos, request_infos=, #set_attributes
Methods included from Fastbill::Automatic::Services::Create
Methods included from Fastbill::Automatic::Services::Get
Constructor Details
This class inherits a constructor from Fastbill::Automatic::Base
Instance Attribute Details
#addons ⇒ Object
Returns the value of attribute addons.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def addons @addons end |
#article_code ⇒ Object
Returns the value of attribute article_code.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def article_code @article_code end |
#article_number ⇒ Object
Returns the value of attribute article_number.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def article_number @article_number end |
#cancellation_date ⇒ Object
Returns the value of attribute cancellation_date.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def cancellation_date @cancellation_date end |
#coupon ⇒ Object
Returns the value of attribute coupon.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def coupon @coupon end |
#created ⇒ Object
Returns the value of attribute created.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def created @created end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def currency_code @currency_code end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def customer_id @customer_id end |
#description ⇒ Object
Returns the value of attribute description.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def description @description end |
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def expiration_date @expiration_date end |
#last_event ⇒ Object
Returns the value of attribute last_event.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def last_event @last_event end |
#next_event ⇒ Object
Returns the value of attribute next_event.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def next_event @next_event end |
#quantity ⇒ Object
Returns the value of attribute quantity.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def quantity @quantity end |
#start_date ⇒ Object
Returns the value of attribute start_date.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def start_date @start_date end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def status @status end |
#subscription_ext_uid ⇒ Object
Returns the value of attribute subscription_ext_uid.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def subscription_ext_uid @subscription_ext_uid end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def subscription_id @subscription_id end |
#title ⇒ Object
Returns the value of attribute title.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def title @title end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def unit_price @unit_price end |
#usage_date ⇒ Object
Returns the value of attribute usage_date.
10 11 12 |
# File 'lib/fastbill-automatic/subscription.rb', line 10 def usage_date @usage_date end |