class Newgistics::Return

Public Class Methods

where(conditions) click to toggle source
# File lib/newgistics/return.rb, line 32
def self.where(conditions)
  Query.build(
    endpoint: '/returns.aspx',
    model_class: self
  ).where(conditions)
end