Class: ChargeBee::Alert

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/alert.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, #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_atObject

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_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def id
  @id
end

#metaObject

Returns the value of attribute meta.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def meta
  @meta
end

#metered_feature_idObject

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

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def name
  @name
end

#scopeObject

Returns the value of attribute scope.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def scope
  @scope
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def status
  @status
end

#subscription_idObject

Returns the value of attribute subscription_id.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def subscription_id
  @subscription_id
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



4
5
6
# File 'lib/chargebee/models/alert.rb', line 4

def updated_at
  @updated_at
end