Class: Etna::Clients::Gnomon::ProjectRulesResponse
- Inherits:
-
Object
- Object
- Etna::Clients::Gnomon::ProjectRulesResponse
- Defined in:
- lib/etna/clients/gnomon/models.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(raw = {}) ⇒ ProjectRulesResponse
constructor
A new instance of ProjectRulesResponse.
- #rules ⇒ Object
Constructor Details
#initialize(raw = {}) ⇒ ProjectRulesResponse
Returns a new instance of ProjectRulesResponse.
11 12 13 |
# File 'lib/etna/clients/gnomon/models.rb', line 11 def initialize(raw = {}) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
9 10 11 |
# File 'lib/etna/clients/gnomon/models.rb', line 9 def raw @raw end |