Class: PgQuery::PossibleTruncation
- Inherits:
-
Struct
- Object
- Struct
- PgQuery::PossibleTruncation
- Defined in:
- lib/pg_query/truncate.rb
Instance Attribute Summary collapse
-
#is_array ⇒ Object
Returns the value of attribute is_array.
-
#length ⇒ Object
Returns the value of attribute length.
-
#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
2 3 4 |
# File 'lib/pg_query/truncate.rb', line 2 def is_array @is_array end |
#length ⇒ Object
Returns the value of attribute length
2 3 4 |
# File 'lib/pg_query/truncate.rb', line 2 def length @length end |
#location ⇒ Object
Returns the value of attribute location
2 3 4 |
# File 'lib/pg_query/truncate.rb', line 2 def location @location end |
#node_type ⇒ Object
Returns the value of attribute node_type
2 3 4 |
# File 'lib/pg_query/truncate.rb', line 2 def node_type @node_type end |