Class: Etna::Clients::Janus::GetProjectRequest

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

Returns a new instance of GetProjectRequest.



13
14
15
# File 'lib/etna/clients/janus/models.rb', line 13

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



10
11
12
# File 'lib/etna/clients/janus/models.rb', line 10

def project_name
  @project_name
end