class Pohoda::Parsers::Lst::ListInventoryListsRequestType

Public Instance Methods

request_inventory_lists() click to toggle source
# File lib/pohoda/parsers/lst/list_inventory_lists_request_type.rb, line 7
def request_inventory_lists
  submodel_at(Ftr::RequestInventoryListsType, 'lst:requestInventoryLists')
end
to_h() click to toggle source
# File lib/pohoda/parsers/lst/list_inventory_lists_request_type.rb, line 11
def to_h
  hash = {}
  hash[:attributes] = attributes

  hash[:request_inventory_lists] = request_inventory_lists.to_h if has? 'lst:requestInventoryLists'

  hash
end