Class: Quonfig::WorkspaceConfigDocument
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::WorkspaceConfigDocument
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#environments ⇒ Object
Returns the value of attribute environments.
-
#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
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def default @default end |
#environments ⇒ Object
Returns the value of attribute environments
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def environments @environments end |
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def id @id end |
#key ⇒ Object
Returns the value of attribute key
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def key @key end |
#send_to_client_sdk ⇒ Object
Returns the value of attribute send_to_client_sdk
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def send_to_client_sdk @send_to_client_sdk end |
#type ⇒ Object
Returns the value of attribute type
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def type @type end |
#value_type ⇒ Object
Returns the value of attribute value_type
41 42 43 |
# File 'lib/quonfig/types.rb', line 41 def value_type @value_type end |