Class: Cloudflair::AvailableRatePlan
- Inherits:
-
Object
- Object
- Cloudflair::AvailableRatePlan
- Includes:
- Entity
- Defined in:
- lib/cloudflair/api/zone/available_rate_plan.rb
Instance Attribute Summary collapse
-
#zone_id ⇒ Object
readonly
Returns the value of attribute zone_id.
Instance Method Summary collapse
-
#initialize(zone_id) ⇒ AvailableRatePlan
constructor
A new instance of AvailableRatePlan.
Methods included from Entity
#data=, #delete, included, #method_missing, #patch, #reload, #respond_to_missing?, #revert, #update
Methods included from Communication
#connection, #hash_to_object, #response
Constructor Details
#initialize(zone_id) ⇒ AvailableRatePlan
Returns a new instance of AvailableRatePlan.
13 14 15 |
# File 'lib/cloudflair/api/zone/available_rate_plan.rb', line 13 def initialize(zone_id) @zone_id = zone_id end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cloudflair::Entity
Instance Attribute Details
#zone_id ⇒ Object (readonly)
Returns the value of attribute zone_id.
9 10 11 |
# File 'lib/cloudflair/api/zone/available_rate_plan.rb', line 9 def zone_id @zone_id end |