Class: Hive::Type::BaseType

Inherits:
Object
  • Object
show all
Defined in:
lib/hive/type/base_type.rb

Direct Known Subclasses

Amount

Instance Method Summary collapse

Constructor Details

#initialize(key, value) ⇒ BaseType

Returns a new instance of BaseType.



4
5
6
7
# File 'lib/hive/type/base_type.rb', line 4

def initialize(key, value)
  @key = key
  @value = value
end