Class: Fusion::Member

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

Overview

obj.key

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



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

def obj
  @obj
end