module Intersail::Rpdf::XmlSerializable::ClassMethods
Public Instance Methods
xml_include(*fields)
click to toggle source
# File lib/rpdf/concerns/models/xml_serializable.rb, line 19 def xml_include(*fields) fields.each { |f| self.xml_include_fields << f } end
xml_methods(*fields)
click to toggle source
# File lib/rpdf/concerns/models/xml_serializable.rb, line 22 def xml_methods(*fields) fields.each { |f| self.xml_methods_fields << f } end