Class: Ofsys::DefaultConfig
- Inherits:
-
Struct
- Object
- Struct
- Ofsys::DefaultConfig
- Defined in:
- lib/ofsys/config.rb
Instance Attribute Summary collapse
-
#id_key ⇒ Object
Returns the value of attribute id_key.
-
#id_project ⇒ Object
Returns the value of attribute id_project.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#id_key ⇒ Object
Returns the value of attribute id_key
2 3 4 |
# File 'lib/ofsys/config.rb', line 2 def id_key @id_key end |
#id_project ⇒ Object
Returns the value of attribute id_project
2 3 4 |
# File 'lib/ofsys/config.rb', line 2 def id_project @id_project end |
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/ofsys/config.rb', line 2 def key @key end |