Class: Etna::Clients::Magma::AddProjectAction

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 = {}, **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_nameObject

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



121
122
123
# File 'lib/etna/clients/magma/models.rb', line 121

def action_name
  @action_name
end

#no_metis_bucketObject

Returns the value of attribute no_metis_bucket

Returns:

  • (Object)

    the current value of no_metis_bucket



121
122
123
# File 'lib/etna/clients/magma/models.rb', line 121

def no_metis_bucket
  @no_metis_bucket
end