class Atom::ReplyTarget

Public Instance Methods

id() click to toggle source
# File lib/atomutil.rb, line 732
def id
  self.ref
end
id=(ref) click to toggle source
# File lib/atomutil.rb, line 736
def id=(ref)
  self.ref = ref
end