Class: ChargeBee::AlertStatus

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/alert_status.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_status.rb', line 4

def alarm_triggered_at
  @alarm_triggered_at
end

#alert_idObject

Returns the value of attribute alert_id.



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

def alert_id
  @alert_id
end

#alert_statusObject

Returns the value of attribute alert_status.



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

def alert_status
  @alert_status
end

#subscription_idObject

Returns the value of attribute subscription_id.



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

def subscription_id
  @subscription_id
end