Class: PgQuery::ParserResult::PossibleTruncation
- Inherits:
-
Struct
- Object
- Struct
- PgQuery::ParserResult::PossibleTruncation
- Defined in:
- lib/pg_query/truncate.rb
Instance Attribute Summary collapse
-
#is_array ⇒ Object
Returns the value of attribute is_array.
-
#len ⇒ Object
Returns the value of attribute len.
-
#location ⇒ Object
Returns the value of attribute location.
-
#node_type ⇒ Object
Returns the value of attribute node_type.
Instance Attribute Details
#is_array ⇒ Object
Returns the value of attribute is_array
3 4 5 |
# File 'lib/pg_query/truncate.rb', line 3 def is_array @is_array end |
#len ⇒ Object
Returns the value of attribute len
3 4 5 |
# File 'lib/pg_query/truncate.rb', line 3 def len @len end |
#location ⇒ Object
Returns the value of attribute location
3 4 5 |
# File 'lib/pg_query/truncate.rb', line 3 def location @location end |
#node_type ⇒ Object
Returns the value of attribute node_type
3 4 5 |
# File 'lib/pg_query/truncate.rb', line 3 def node_type @node_type end |