Class: Hash::Inflector

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



3
4
5
# File 'lib/core_extended/hash.rb', line 3

def arguments
  @arguments
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



3
4
5
# File 'lib/core_extended/hash.rb', line 3

def method
  @method
end