Class: Fog::Compute::Packet::Session
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Packet::Session
- Defined in:
- lib/fog/compute/packet/models/session.rb
Overview
Session Model
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Session
constructor
A new instance of Session.
Constructor Details
#initialize(attributes = {}) ⇒ Session
Returns a new instance of Session.
16 17 18 |
# File 'lib/fog/compute/packet/models/session.rb', line 16 def initialize(attributes = {}) super end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
14 15 16 |
# File 'lib/fog/compute/packet/models/session.rb', line 14 def @options end |