Class: Fusion::Index

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

Overview

obj

Instance Attribute Summary collapse

Instance Attribute Details

#idxObject

Returns the value of attribute idx

Returns:

  • (Object)

    the current value of idx



224
225
226
# File 'lib/fusion.rb', line 224

def idx
  @idx
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



224
225
226
# File 'lib/fusion.rb', line 224

def obj
  @obj
end