Class: Ohm::Types::String

Inherits:
Primitive show all
Defined in:
lib/ohm/contrib/typecast.rb

Instance Method Summary collapse

Methods inherited from Primitive

#==, #initialize, #object, #respond_to?, #to_s

Methods inherited from Base

[], delegate_to, empty, #inspect

Constructor Details

This class inherits a constructor from Ohm::Types::Primitive

Instance Method Details

#typeObject



86
87
88
# File 'lib/ohm/contrib/typecast.rb', line 86

def type
  ::String
end