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

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



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

def weight
  @weight
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



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

def worker
  @worker
end