Class: Hubload::Ref

Inherits:
Object
  • Object
show all
Defined in:
lib/hubload/ref.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ref) ⇒ Ref

Returns a new instance of Ref.



5
6
7
# File 'lib/hubload/ref.rb', line 5

def initialize(ref)
  @value = ref
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



3
4
5
# File 'lib/hubload/ref.rb', line 3

def value
  @value
end