Class: Fastbill::Automatic::Subscription

Instance Attribute Summary collapse

Attributes inherited from Base

#attributes

Method Summary

Methods included from Fastbill::Automatic::Services::Cancel

included

Methods included from Fastbill::Automatic::Services::Setaddon

included

Methods included from Fastbill::Automatic::Services::Changearticle

included

Methods included from Fastbill::Automatic::Services::Update

included, #update_attributes

Methods inherited from Base

clear_request_infos, #initialize, request_infos, request_infos=, #set_attributes

Methods included from Fastbill::Automatic::Services::Create

included

Methods included from Fastbill::Automatic::Services::Get

included

Constructor Details

This class inherits a constructor from Fastbill::Automatic::Base

Instance Attribute Details

#addonsObject

Returns the value of attribute addons.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def addons
  @addons
end

#article_codeObject

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_numberObject

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_dateObject

Returns the value of attribute cancellation_date.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def cancellation_date
  @cancellation_date
end

#couponObject

Returns the value of attribute coupon.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def coupon
  @coupon
end

#createdObject

Returns the value of attribute created.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def created
  @created
end

#currency_codeObject

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_idObject

Returns the value of attribute customer_id.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def customer_id
  @customer_id
end

#descriptionObject

Returns the value of attribute description.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def description
  @description
end

#expiration_dateObject

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_eventObject

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_eventObject

Returns the value of attribute next_event.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def next_event
  @next_event
end

#quantityObject

Returns the value of attribute quantity.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def quantity
  @quantity
end

#start_dateObject

Returns the value of attribute start_date.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def start_date
  @start_date
end

#statusObject

Returns the value of attribute status.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def status
  @status
end

#subscription_ext_uidObject

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_idObject

Returns the value of attribute subscription_id.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def subscription_id
  @subscription_id
end

#titleObject

Returns the value of attribute title.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def title
  @title
end

#unit_priceObject

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_dateObject

Returns the value of attribute usage_date.



10
11
12
# File 'lib/fastbill-automatic/subscription.rb', line 10

def usage_date
  @usage_date
end