Class: Bricolage::DAO::JobNet::Attributes
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::DAO::JobNet::Attributes
- Defined in:
- lib/bricolage/dao/jobnet.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#jobnet_name ⇒ Object
Returns the value of attribute jobnet_name.
-
#subsystem ⇒ Object
Returns the value of attribute subsystem.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/bricolage/dao/jobnet.rb', line 7 def id @id end |
#jobnet_name ⇒ Object
Returns the value of attribute jobnet_name
7 8 9 |
# File 'lib/bricolage/dao/jobnet.rb', line 7 def jobnet_name @jobnet_name end |
#subsystem ⇒ Object
Returns the value of attribute subsystem
7 8 9 |
# File 'lib/bricolage/dao/jobnet.rb', line 7 def subsystem @subsystem end |