Class: Quonfig::WorkspaceEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::WorkspaceEnvironment
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
39 40 41 |
# File 'lib/quonfig/types.rb', line 39 def id @id end |
#rules ⇒ Object
Returns the value of attribute rules
39 40 41 |
# File 'lib/quonfig/types.rb', line 39 def rules @rules end |