Class: Jaql::SqlGeneration::ErrorField
- Defined in:
- lib/jaql/sql_generation/error_field.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ ErrorField
constructor
A new instance of ErrorField.
- #to_sql ⇒ Object
Constructor Details
#initialize(message) ⇒ ErrorField
Returns a new instance of ErrorField.
6 7 8 |
# File 'lib/jaql/sql_generation/error_field.rb', line 6 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/jaql/sql_generation/error_field.rb', line 4 def end |
Instance Method Details
#to_sql ⇒ Object
10 11 12 |
# File 'lib/jaql/sql_generation/error_field.rb', line 10 def to_sql raise end |