Class: BitbucketServer::Representation::Comment::CommentNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitbucket_server/representation/comment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



28
29
30
# File 'lib/bitbucket_server/representation/comment.rb', line 28

def parent
  @parent
end

#raw_commentsObject

Returns the value of attribute raw_comments

Returns:

  • (Object)

    the current value of raw_comments



28
29
30
# File 'lib/bitbucket_server/representation/comment.rb', line 28

def raw_comments
  @raw_comments
end