class Tubeclip::Model::Message

Attributes

id[R]
name[R]
published[R]
summary[R]
title[R]

Public Instance Methods

content() click to toggle source
# File lib/tubeclip/model/message.rb, line 6
def content
  # This tag contains the same value as the <summary> tag.
  self.summary
end