Class: Shale::Schema::Compiler::Date Private
- Inherits:
-
Object
- Object
- Shale::Schema::Compiler::Date
- 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
-
#name ⇒ String
private
Return name of the Shale type.
Instance Method Details
#name ⇒ String
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
15 16 17 |
# File 'lib/shale/schema/compiler/date.rb', line 15 def name 'Shale::Type::Date' end |