Class: Shale::Schema::Compiler::Date Private

Inherits:
Object
  • Object
show all
Defined in:
lib/shale/schema/compiler/date.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Class that maps Schema type to Shale Date type

Instance Method Summary collapse

Instance Method Details

#nameString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return name of the Shale type

Returns:



15
16
17
# File 'lib/shale/schema/compiler/date.rb', line 15

def name
  'Shale::Type::Date'
end