class EbayTrading::Types::MarkUpMarkDownEvent

datetime_node :time, ‘Time’, :optional => true text_node :reason, ‘Reason’, :optional => true

Public Instance Methods

type() click to toggle source
# File lib/ebay_trading/types/mark_up_mark_down_event.rb, line 17
def type
  @type
end