Class: PgQuery::ParserResult::PossibleTruncation

Inherits:
Struct
  • Object
show all
Defined in:
lib/pg_query/truncate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_arrayObject

Returns the value of attribute is_array



4
5
6
# File 'lib/pg_query/truncate.rb', line 4

def is_array
  @is_array
end

#lengthObject

Returns the value of attribute length



4
5
6
# File 'lib/pg_query/truncate.rb', line 4

def length
  @length
end

#locationObject

Returns the value of attribute location



4
5
6
# File 'lib/pg_query/truncate.rb', line 4

def location
  @location
end

#node_typeObject

Returns the value of attribute node_type



4
5
6
# File 'lib/pg_query/truncate.rb', line 4

def node_type
  @node_type
end