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.



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

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

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



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

def raw
  @raw
end

Instance Method Details

#auth_redirectObject



83
84
85
# File 'lib/etna/clients/polyphemus/models.rb', line 83

def auth_redirect
  @raw['auth_redirect']
end

#janusObject



71
72
73
# File 'lib/etna/clients/polyphemus/models.rb', line 71

def janus
  @raw['magma']
end

#magmaObject



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

def magma
  @raw['magma']
end

#metisObject



67
68
69
# File 'lib/etna/clients/polyphemus/models.rb', line 67

def metis
  @raw['magma']
end

#polyphemusObject



79
80
81
# File 'lib/etna/clients/polyphemus/models.rb', line 79

def polyphemus
  @raw['magma']
end

#timurObject



75
76
77
# File 'lib/etna/clients/polyphemus/models.rb', line 75

def timur
  @raw['magma']
end