Class: PgQuery::DeparseComment

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

Instance Attribute Summary collapse

Instance Attribute Details

#match_locationObject

Returns the value of attribute match_location.



9
10
11
# File 'lib/pg_query/deparse.rb', line 9

def match_location
  @match_location
end

#newlines_after_commentObject

Returns the value of attribute newlines_after_comment.



9
10
11
# File 'lib/pg_query/deparse.rb', line 9

def newlines_after_comment
  @newlines_after_comment
end

#newlines_before_commentObject

Returns the value of attribute newlines_before_comment.



9
10
11
# File 'lib/pg_query/deparse.rb', line 9

def newlines_before_comment
  @newlines_before_comment
end

#strObject

Returns the value of attribute str.



9
10
11
# File 'lib/pg_query/deparse.rb', line 9

def str
  @str
end