Class: UmbrellioUtils::Jobs::Queue

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

Instance Attribute Summary collapse

Instance Attribute Details

#capsuleObject

Returns the value of attribute capsule

Returns:

  • (Object)

    the current value of capsule



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

def capsule
  @capsule
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



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

def weight
  @weight
end