Class: Tr3llo::Entities::Comment

Inherits:
Struct
  • Object
show all
Defined in:
lib/3llo/entities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



15
16
17
# File 'lib/3llo/entities.rb', line 15

def created_at
  @created_at
end

#creatorObject

Returns the value of attribute creator

Returns:

  • (Object)

    the current value of creator



15
16
17
# File 'lib/3llo/entities.rb', line 15

def creator
  @creator
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/3llo/entities.rb', line 15

def id
  @id
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



15
16
17
# File 'lib/3llo/entities.rb', line 15

def text
  @text
end