Class: Etna::Clients::Magma::RenameAttributeAction
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Magma::RenameAttributeAction
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#action_name ⇒ Object
Returns the value of attribute action_name.
-
#attribute_name ⇒ Object
Returns the value of attribute attribute_name.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#new_attribute_name ⇒ Object
Returns the value of attribute new_attribute_name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RenameAttributeAction
constructor
A new instance of RenameAttributeAction.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**args) ⇒ RenameAttributeAction
Returns a new instance of RenameAttributeAction.
128 129 130 |
# File 'lib/etna/clients/magma/models.rb', line 128 def initialize(**args) super({action_name: 'rename_attribute'}.update(args)) end |
Instance Attribute Details
#action_name ⇒ Object
Returns the value of attribute action_name
125 126 127 |
# File 'lib/etna/clients/magma/models.rb', line 125 def action_name @action_name end |
#attribute_name ⇒ Object
Returns the value of attribute attribute_name
125 126 127 |
# File 'lib/etna/clients/magma/models.rb', line 125 def attribute_name @attribute_name end |
#model_name ⇒ Object
Returns the value of attribute model_name
125 126 127 |
# File 'lib/etna/clients/magma/models.rb', line 125 def model_name @model_name end |
#new_attribute_name ⇒ Object
Returns the value of attribute new_attribute_name
125 126 127 |
# File 'lib/etna/clients/magma/models.rb', line 125 def new_attribute_name @new_attribute_name end |