Class: Etna::Clients::Magma::AddLinkAction

Inherits:
Struct
  • Object
show all
Includes:
JsonSerializableStruct
Defined in:
lib/etna/clients/magma/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Constructor Details

#initialize(**args) ⇒ AddLinkAction

Returns a new instance of AddLinkAction.



104
105
106
# File 'lib/etna/clients/magma/models.rb', line 104

def initialize(**args)
  super({action_name: 'add_link', links: []}.update(args))
end

Instance Attribute Details

#action_nameObject

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



101
102
103
# File 'lib/etna/clients/magma/models.rb', line 101

def action_name
  @action_name
end

Returns the value of attribute links

Returns:

  • (Object)

    the current value of links



101
102
103
# File 'lib/etna/clients/magma/models.rb', line 101

def links
  @links
end