Class: Etna::Clients::Magma::AddProjectAction
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Magma::AddProjectAction
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#action_name ⇒ Object
Returns the value of attribute action_name.
-
#no_metis_bucket ⇒ Object
Returns the value of attribute no_metis_bucket.
Instance Method Summary collapse
-
#initialize(args = {}, **kwds) ⇒ AddProjectAction
constructor
A new instance of AddProjectAction.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(args = {}, **kwds) ⇒ AddProjectAction
Returns a new instance of AddProjectAction.
124 125 126 |
# File 'lib/etna/clients/magma/models.rb', line 124 def initialize(args = {}, **kwds) super(**{action_name: 'add_project'}.update(args).update(kwds)) end |
Instance Attribute Details
#action_name ⇒ Object
Returns the value of attribute action_name
121 122 123 |
# File 'lib/etna/clients/magma/models.rb', line 121 def action_name @action_name end |
#no_metis_bucket ⇒ Object
Returns the value of attribute no_metis_bucket
121 122 123 |
# File 'lib/etna/clients/magma/models.rb', line 121 def no_metis_bucket @no_metis_bucket end |