class MWS::Orders::Collection

Returns a list of parsed objects

Public Instance Methods

attributes() click to toggle source
# File lib/mws/orders/collection.rb, line 19
def attributes
  map(&:attributes)
end
each() click to toggle source
# File lib/mws/orders/collection.rb, line 11
def each
  raise NotImplementedError
end
empty?() click to toggle source
# File lib/mws/orders/collection.rb, line 15
def empty?
  count.zero?
end
inspect() click to toggle source
# File lib/mws/orders/collection.rb, line 23
def inspect
  "#<#{self.class.name} #{to_a}>"
end
Also aliased as: to_s
to_s()
Alias for: inspect