Class: Ebay::Responses::GetVeROReportStatus
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_vero_report_status.rb
Overview
Attributes
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_items, 'HasMoreItems', 'true', 'false', :optional => true
numeric_node :items_per_page, 'ItemsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
numeric_node :vero_report_packet_id, 'VeROReportPacketID', :optional => true
text_node :vero_report_packet_status, 'VeROReportPacketStatus', :optional => true
array_node :reported_item_details, 'ReportedItemDetails', 'ReportedItem', :class => VeROReportedItem, :default_value => []
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?