class SynergyWholesale::Operation
Public Class Methods
call(attrs)
click to toggle source
# File lib/synergy_wholesale/operation.rb, line 4 def self.call(attrs) new.call(attrs) end
Protected Instance Methods
api()
click to toggle source
# File lib/synergy_wholesale/operation.rb, line 10 def api @api ||= API.new end