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) ⇒ AddProjectAction

Returns a new instance of AddProjectAction.



116
117
118
# File 'lib/etna/clients/magma/models.rb', line 116

def initialize(**args)
  super({action_name: 'add_project'}.update(args))
end

Instance Attribute Details

#action_nameObject

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



113
114
115
# File 'lib/etna/clients/magma/models.rb', line 113

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



113
114
115
# File 'lib/etna/clients/magma/models.rb', line 113

def no_metis_bucket
  @no_metis_bucket
end