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

Returns:

  • (Object)

    the current value of is_array



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

def is_array
  @is_array
end

#lenObject

Returns the value of attribute len

Returns:

  • (Object)

    the current value of len



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

def len
  @len
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#node_typeObject

Returns the value of attribute node_type

Returns:

  • (Object)

    the current value of node_type



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

def node_type
  @node_type
end