Class: RankedObject

Inherits:
Struct show all
Defined in:
lib/kuku.rb

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



123
124
125
# File 'lib/kuku.rb', line 123

def object
  @object
end

#rankObject

Returns the value of attribute rank

Returns:

  • (Object)

    the current value of rank



123
124
125
# File 'lib/kuku.rb', line 123

def rank
  @rank
end