Class: Fog::Compute::Packet::Plan

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/compute/packet/models/plan.rb

Overview

Plan

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Plan

Returns a new instance of Plan.



17
18
19
# File 'lib/fog/compute/packet/models/plan.rb', line 17

def initialize(attributes = {})
  super
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



15
16
17
# File 'lib/fog/compute/packet/models/plan.rb', line 15

def options
  @options
end