Class: Etna::Clients::Magma::Project
- Inherits:
-
Object
- Object
- Etna::Clients::Magma::Project
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(raw = {}) ⇒ Project
constructor
A new instance of Project.
- #models ⇒ Object
Constructor Details
#initialize(raw = {}) ⇒ Project
Returns a new instance of Project.
207 208 209 |
# File 'lib/etna/clients/magma/models.rb', line 207 def initialize(raw = {}) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
205 206 207 |
# File 'lib/etna/clients/magma/models.rb', line 205 def raw @raw end |