Class: Trellodon::Comment

Inherits:
Struct
  • Object
show all
Defined in:
lib/trellodon/entities/comment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creatorObject

Returns the value of attribute creator

Returns:

  • (Object)

    the current value of creator



4
5
6
# File 'lib/trellodon/entities/comment.rb', line 4

def creator
  @creator
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



4
5
6
# File 'lib/trellodon/entities/comment.rb', line 4

def date
  @date
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'lib/trellodon/entities/comment.rb', line 4

def text
  @text
end