Method: RubyRest::Atom::Entry::Document#id

Defined in:
lib/rubyrest/atom.rb

#idObject

Shortcut for the id element contained within the content.



174
175
176
# File 'lib/rubyrest/atom.rb', line 174

def id
  text( "/entry/moodisland:content/id" )
end