Class: AxiomusApi::Delivset

Inherits:
Base
  • Object
show all
Defined in:
lib/axiomus_api/delivset.rb

Instance Attribute Summary

Attributes included from Validated

#validation_errors

Instance Method Summary collapse

Methods inherited from Base

attribute_meta, extract_options, #initialize, tag_name, #tag_name, xml_attribute, xml_element, xml_field, xml_field_array

Methods included from Validated

#valid?

Methods included from Serializable

#to_xml

Constructor Details

This class inherits a constructor from AxiomusApi::Base

Instance Method Details

#add_below_elementObject



8
9
10
11
12
# File 'lib/axiomus_api/delivset.rb', line 8

def add_below_element
  new_below = AxiomusApi::Below.new
  below << new_below
  new_below
end