Class: ChargeBee::OmnichannelSubscription::OmnichannelSubscriptionItem

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/omnichannel_subscription.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#cancellation_reasonObject

Returns the value of attribute cancellation_reason.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def cancellation_reason
  @cancellation_reason
end

#cancelled_atObject

Returns the value of attribute cancelled_at.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def cancelled_at
  @cancelled_at
end

#current_term_endObject

Returns the value of attribute current_term_end.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def current_term_end
  @current_term_end
end

#current_term_startObject

Returns the value of attribute current_term_start.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def current_term_start
  @current_term_start
end

#expiration_reasonObject

Returns the value of attribute expiration_reason.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def expiration_reason
  @expiration_reason
end

#expired_atObject

Returns the value of attribute expired_at.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def expired_at
  @expired_at
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def id
  @id
end

#id_at_sourceObject

Returns the value of attribute id_at_source.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def id_at_source
  @id_at_source
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5

def status
  @status
end