Class: Quonfig::Meta
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::Meta
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#version ⇒ Object
Returns the value of attribute version.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
18 19 20 |
# File 'lib/quonfig/types.rb', line 18 def environment @environment end |
#version ⇒ Object
Returns the value of attribute version
18 19 20 |
# File 'lib/quonfig/types.rb', line 18 def version @version end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id
18 19 20 |
# File 'lib/quonfig/types.rb', line 18 def workspace_id @workspace_id end |