Class: Reaction::RawType
- Inherits:
-
Type
- Object
- Type
- Reaction::RawType
show all
- Defined in:
- lib/reaction/types/raw_type.rb
Instance Attribute Summary
Attributes inherited from Type
#name
Instance Method Summary
collapse
Methods inherited from Type
#initialize
Constructor Details
This class inherits a constructor from Reaction::Type
Instance Method Details
#cleanup ⇒ Object
13
14
|
# File 'lib/reaction/types/raw_type.rb', line 13
def cleanup
end
|
#convert(value) ⇒ Object
9
10
11
|
# File 'lib/reaction/types/raw_type.rb', line 9
def convert(value)
value
end
|
#validate_each(record, attribute, value) ⇒ Object
6
7
|
# File 'lib/reaction/types/raw_type.rb', line 6
def validate_each(record, attribute, value)
end
|