Class: Cloudflair::AvailablePlan
- Inherits:
-
Object
- Object
- Cloudflair::AvailablePlan
- Includes:
- Entity
- Defined in:
- lib/cloudflair/api/zone/available_plan.rb
Instance Attribute Summary collapse
-
#plan_id ⇒ Object
readonly
Returns the value of attribute plan_id.
-
#zone_id ⇒ Object
readonly
Returns the value of attribute zone_id.
Instance Method Summary collapse
-
#initialize(zone_id, plan_id) ⇒ AvailablePlan
constructor
A new instance of AvailablePlan.
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, plan_id) ⇒ AvailablePlan
Returns a new instance of AvailablePlan.
13 14 15 16 |
# File 'lib/cloudflair/api/zone/available_plan.rb', line 13 def initialize(zone_id, plan_id) @zone_id = zone_id @plan_id = plan_id end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cloudflair::Entity
Instance Attribute Details
#plan_id ⇒ Object (readonly)
Returns the value of attribute plan_id.
9 10 11 |
# File 'lib/cloudflair/api/zone/available_plan.rb', line 9 def plan_id @plan_id end |
#zone_id ⇒ Object (readonly)
Returns the value of attribute zone_id.
9 10 11 |
# File 'lib/cloudflair/api/zone/available_plan.rb', line 9 def zone_id @zone_id end |