Method: RubyRest::Atom::Entry::Document#id
- Defined in:
- lib/rubyrest/atom.rb
#id ⇒ Object
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 |