Class: LogStash::Filters::Jdbc::Column
- Inherits:
-
Validatable
- Object
- Validatable
- LogStash::Filters::Jdbc::Column
- Defined in:
- lib/logstash/filters/jdbc/column.rb
Instance Attribute Summary collapse
-
#datatype ⇒ Object
readonly
Returns the value of attribute datatype.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Validatable
find_validation_errors, #formatted_errors, #initialize, #valid?
Constructor Details
This class inherits a constructor from LogStash::Filters::Jdbc::Validatable
Instance Attribute Details
#datatype ⇒ Object (readonly)
Returns the value of attribute datatype.
6 7 8 |
# File 'lib/logstash/filters/jdbc/column.rb', line 6 def datatype @datatype end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/logstash/filters/jdbc/column.rb', line 6 def name @name end |