class Desmoservice::TermEdit

Public Class Methods

new(xml) click to toggle source
# File lib/edition.rb, line 152
def initialize(xml)
  @xml = xml
end

Public Instance Methods

attr(attr_key, values) click to toggle source
# File lib/edition.rb, line 164
def attr(attr_key, values)
  Edition.attr(@xml, attr_key, values)
end
family(family_arg) click to toggle source
# File lib/edition.rb, line 156
def family(family_arg)
  Edition.family(@xml, family_arg)
end
text(lang, content) click to toggle source
# File lib/edition.rb, line 160
def text(lang, content)
  Edition.text(@xml, lang, content)
end