Class: Etna::Clients::Polyphemus::EnvironmentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/etna/clients/polyphemus/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw = {}) ⇒ EnvironmentConfiguration

Returns a new instance of EnvironmentConfiguration.



38
39
40
# File 'lib/etna/clients/polyphemus/models.rb', line 38

def initialize(raw = {})
  @raw = raw
end

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



36
37
38
# File 'lib/etna/clients/polyphemus/models.rb', line 36

def raw
  @raw
end

Instance Method Details

#auth_redirectObject



62
63
64
# File 'lib/etna/clients/polyphemus/models.rb', line 62

def auth_redirect
  @raw['auth_redirect']
end

#janusObject



50
51
52
# File 'lib/etna/clients/polyphemus/models.rb', line 50

def janus
  @raw['magma']
end

#magmaObject



42
43
44
# File 'lib/etna/clients/polyphemus/models.rb', line 42

def magma
  @raw['magma']
end

#metisObject



46
47
48
# File 'lib/etna/clients/polyphemus/models.rb', line 46

def metis
  @raw['magma']
end

#polyphemusObject



58
59
60
# File 'lib/etna/clients/polyphemus/models.rb', line 58

def polyphemus
  @raw['magma']
end

#timurObject



54
55
56
# File 'lib/etna/clients/polyphemus/models.rb', line 54

def timur
  @raw['magma']
end