Class: HashKit::TransformItem

Inherits:
Object
  • Object
show all
Defined in:
lib/hash_kit/transform_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/hash_kit/transform_item.rb', line 3

def key
  @key
end

#klassObject

Returns the value of attribute klass.



4
5
6
# File 'lib/hash_kit/transform_item.rb', line 4

def klass
  @klass
end