Class: Bricolage::JobNet::JobRef

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

Instance Attribute Summary

Attributes inherited from Ref

#location, #name, #subsystem

Instance Method Summary collapse

Methods inherited from Ref

#==, #dummy?, #hash, #initialize, #inspect, parse, #to_s

Constructor Details

This class inherits a constructor from Bricolage::JobNet::Ref

Instance Method Details

#net?Boolean

Returns:

  • (Boolean)


367
368
369
# File 'lib/bricolage/jobnet.rb', line 367

def net?
  false
end