Class: Runbook::Util::Glue

Inherits:
Object
  • Object
show all
Defined in:
lib/runbook/util/sticky_hash.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ Glue

Returns a new instance of Glue.



21
22
23
# File 'lib/runbook/util/sticky_hash.rb', line 21

def initialize(val)
  @val = val
end

Instance Attribute Details

#valObject

Returns the value of attribute val.



19
20
21
# File 'lib/runbook/util/sticky_hash.rb', line 19

def val
  @val
end