Class: Get::Entities::Single
- Inherits:
-
Hash
- Object
- Hash
- Get::Entities::Single
- Includes:
- Hashie::Extensions::MethodAccess
- Defined in:
- lib/get/entities/single.rb
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Single
constructor
A new instance of Single.
Constructor Details
#initialize(attributes) ⇒ Single
Returns a new instance of Single.
8 9 10 |
# File 'lib/get/entities/single.rb', line 8 def initialize(attributes) update(attributes) end |