class FollowingTagOrigin

Public Instance Methods

to_topic_hash() click to toggle source
# File lib/ting_model/following_tag_origin.rb, line 47
def to_topic_hash
  {
    created_at: self.created_at,
    updated_at: self.updated_at,
    id: self.id,
    uid: self.uid,
    tag_id: self.tag_id,
    tname: self.tname,
    cover_path: self.cover_path
  }
end