Class: Structural::Model::TypeCasts::Time
- Inherits:
-
Cast
- Object
- Cast
- Structural::Model::TypeCasts::Time
show all
- Defined in:
- lib/structural/model/type_casts.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Cast
#cast, #initialize, #type
Class Method Details
.type ⇒ Object
89
90
91
|
# File 'lib/structural/model/type_casts.rb', line 89
def self.type
::Time
end
|
Instance Method Details
#conversion ⇒ Object
93
94
95
|
# File 'lib/structural/model/type_casts.rb', line 93
def conversion
::Time.parse value
end
|