Class: BitbucketServer::Representation::Comment::CommentNode
- Inherits:
-
Struct
- Object
- Struct
- BitbucketServer::Representation::Comment::CommentNode
- Defined in:
- lib/bitbucket_server/representation/comment.rb
Instance Attribute Summary collapse
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#raw_comments ⇒ Object
Returns the value of attribute raw_comments.
Instance Attribute Details
#parent ⇒ Object
Returns the value of attribute parent
28 29 30 |
# File 'lib/bitbucket_server/representation/comment.rb', line 28 def parent @parent end |
#raw_comments ⇒ Object
Returns the value of attribute raw_comments
28 29 30 |
# File 'lib/bitbucket_server/representation/comment.rb', line 28 def raw_comments @raw_comments end |