Class: UmbrellioUtils::Jobs::Capsule

Inherits:
Struct
  • Object
show all
Defined in:
lib/umbrellio_utils/jobs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



7
8
9
# File 'lib/umbrellio_utils/jobs.rb', line 7

def name
  @name
end

#weightObject

Returns the value of attribute weight



7
8
9
# File 'lib/umbrellio_utils/jobs.rb', line 7

def weight
  @weight
end

#workerObject

Returns the value of attribute worker



7
8
9
# File 'lib/umbrellio_utils/jobs.rb', line 7

def worker
  @worker
end