Class: Rubyang::Database::SchemaTree::Decimal64Type
- Defined in:
- lib/rubyang/database/schema_tree.rb
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize(arg) ⇒ Decimal64Type
constructor
A new instance of Decimal64Type.
- #valid?(value) ⇒ Boolean
Constructor Details
#initialize(arg) ⇒ Decimal64Type
Returns a new instance of Decimal64Type.
92 93 94 |
# File 'lib/rubyang/database/schema_tree.rb', line 92 def initialize arg @arg = arg end |
Instance Method Details
#valid?(value) ⇒ Boolean
95 96 97 98 |
# File 'lib/rubyang/database/schema_tree.rb', line 95 def valid? value result = true result end |