Class: Karper::Message::Media

Inherits:
Struct
  • Object
show all
Defined in:
lib/karper/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#document_attributesObject

Returns the value of attribute document_attributes

Returns:

  • (Object)

    the current value of document_attributes



21
22
23
# File 'lib/karper/message.rb', line 21

def document_attributes
  @document_attributes
end

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



21
22
23
# File 'lib/karper/message.rb', line 21

def newt
  @newt
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



21
22
23
# File 'lib/karper/message.rb', line 21

def timestamp
  @timestamp
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



21
22
23
# File 'lib/karper/message.rb', line 21

def url
  @url
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



21
22
23
# File 'lib/karper/message.rb', line 21

def user_id
  @user_id
end