Class: Quonfig::Environment
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::Environment
- 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
16 17 18 |
# File 'lib/quonfig/types.rb', line 16 def id @id end |
#rules ⇒ Object
Returns the value of attribute rules
16 17 18 |
# File 'lib/quonfig/types.rb', line 16 def rules @rules end |