Class: Nelumba::Service

Inherits:
Object
  • Object
show all
Includes:
Object
Defined in:
lib/nelumba/service.rb

Constant Summary

Constants included from Object

Object::USERNAME_REGULAR_EXPRESSION

Instance Attribute Summary

Attributes included from Object

#author, #content, #display_name, #html, #image, #published, #summary, #text, #title, #uid, #updated, #url

Instance Method Summary collapse

Methods included from Object

#init, #initialize, #mentions, #reply_to, #to_as1, #to_hash, #to_html, #to_json, #to_text

Instance Method Details

#to_json_hashObject



5
6
7
8
9
# File 'lib/nelumba/service.rb', line 5

def to_json_hash
  {
    :objectType => "service"
  }.merge(super)
end