class Agris::Api::Messages::QueryChangedOrders

Public Instance Methods

message_number() click to toggle source
# File lib/agris/api/messages/query_changed_orders.rb, line 6
def message_number
  80_900
end

Protected Instance Methods

xml_hash() click to toggle source
# File lib/agris/api/messages/query_changed_orders.rb, line 12
def xml_hash
  xml_base_hash
    .merge(
      lineitemdetail: true,
      componentdetail: true,
      remarkdetail: true,
      lineremarkdetail: true,
      trancodedetail: true,
      specificationdetail: true
    )
end