Class: ChargeBee::Alert
Instance Attribute Summary collapse
-
#alarm_triggered_at ⇒ Object
Returns the value of attribute alarm_triggered_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#metered_feature_id ⇒ Object
Returns the value of attribute metered_feature_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #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
#alarm_triggered_at ⇒ Object
Returns the value of attribute alarm_triggered_at.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def alarm_triggered_at @alarm_triggered_at end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def id @id end |
#meta ⇒ Object
Returns the value of attribute meta.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def @meta end |
#metered_feature_id ⇒ Object
Returns the value of attribute metered_feature_id.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def metered_feature_id @metered_feature_id end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def scope @scope end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def status @status end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def subscription_id @subscription_id end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/chargebee/models/alert.rb', line 4 def updated_at @updated_at end |