Class: CXML::PunchOutOrderMessageHeader

Inherits:
DocumentNode show all
Defined in:
lib/cxml/punch_out_order_message_header.rb

Overview

punchout order message header

Instance Attribute Summary

Attributes inherited from DocumentNode

#content

Instance Method Summary collapse

Methods inherited from DocumentNode

accessible_attributes, accessible_nodes, attributes, #initialize, #node_name, nodes, #serializable_hash, #to_element

Constructor Details

This class inherits a constructor from CXML::DocumentNode

Instance Method Details

#operation_allowedObject



16
17
18
# File 'lib/cxml/punch_out_order_message_header.rb', line 16

def operation_allowed
  @operation_allowed || 'create'
end