Class: Quonfig::ConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::ConfigResponse
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#send_to_client_sdk ⇒ Object
Returns the value of attribute send_to_client_sdk.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value_type ⇒ Object
Returns the value of attribute value_type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def default @default end |
#environment ⇒ Object
Returns the value of attribute environment
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def environment @environment end |
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def id @id end |
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def key @key end |
#send_to_client_sdk ⇒ Object
Returns the value of attribute send_to_client_sdk
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def send_to_client_sdk @send_to_client_sdk end |
#type ⇒ Object
Returns the value of attribute type
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def type @type end |
#value_type ⇒ Object
Returns the value of attribute value_type
20 21 22 |
# File 'lib/quonfig/types.rb', line 20 def value_type @value_type end |