Class: Refs::Ref

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#oidObject

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



33
34
35
# File 'lib/refs.rb', line 33

def oid
  @oid
end

Instance Method Details

#read_oidObject



34
35
36
# File 'lib/refs.rb', line 34

def read_oid
  oid
end