Class: Etna::Clients::Magma::AddLinkAction
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Magma::AddLinkAction
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#action_name ⇒ Object
Returns the value of attribute action_name.
-
#links ⇒ Object
Returns the value of attribute links.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddLinkAction
constructor
A new instance of AddLinkAction.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**args) ⇒ AddLinkAction
95 96 97 |
# File 'lib/etna/clients/magma/models.rb', line 95 def initialize(**args) super({action_name: 'add_link', links: []}.update(args)) end |
Instance Attribute Details
#action_name ⇒ Object
Returns the value of attribute action_name
92 93 94 |
# File 'lib/etna/clients/magma/models.rb', line 92 def action_name @action_name end |
#links ⇒ Object
Returns the value of attribute links
92 93 94 |
# File 'lib/etna/clients/magma/models.rb', line 92 def links @links end |