Class: Bricolage::DAO::JobNet::Attributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/bricolage/dao/jobnet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/bricolage/dao/jobnet.rb', line 7

def id
  @id
end

#jobnet_nameObject

Returns the value of attribute jobnet_name

Returns:

  • (Object)

    the current value of jobnet_name



7
8
9
# File 'lib/bricolage/dao/jobnet.rb', line 7

def jobnet_name
  @jobnet_name
end

#subsystemObject

Returns the value of attribute subsystem

Returns:

  • (Object)

    the current value of subsystem



7
8
9
# File 'lib/bricolage/dao/jobnet.rb', line 7

def subsystem
  @subsystem
end