Class: Etna::Clients::Janus::AddProjectRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Constructor Details

#initialize(**params) ⇒ AddProjectRequest

Returns a new instance of AddProjectRequest.



21
22
23
# File 'lib/etna/clients/janus/models.rb', line 21

def initialize(**params)
  super({}.update(params))
end

Instance Attribute Details

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



18
19
20
# File 'lib/etna/clients/janus/models.rb', line 18

def project_name
  @project_name
end

#project_name_fullObject

Returns the value of attribute project_name_full

Returns:

  • (Object)

    the current value of project_name_full



18
19
20
# File 'lib/etna/clients/janus/models.rb', line 18

def project_name_full
  @project_name_full
end