Class: PgQuery::DeparseComment
- Inherits:
-
Object
- Object
- PgQuery::DeparseComment
- Defined in:
- lib/pg_query/deparse.rb
Instance Attribute Summary collapse
-
#match_location ⇒ Object
Returns the value of attribute match_location.
-
#newlines_after_comment ⇒ Object
Returns the value of attribute newlines_after_comment.
-
#newlines_before_comment ⇒ Object
Returns the value of attribute newlines_before_comment.
-
#str ⇒ Object
Returns the value of attribute str.
Instance Attribute Details
#match_location ⇒ Object
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_comment ⇒ Object
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_comment ⇒ Object
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 |
#str ⇒ Object
Returns the value of attribute str.
9 10 11 |
# File 'lib/pg_query/deparse.rb', line 9 def str @str end |