Method: Megam::Promos.list

Defined in:
lib/megam/core/promos.rb

.list(params) ⇒ Object



142
143
144
145
# File 'lib/megam/core/promos.rb', line 142

def self.list(params)
  promos = self.new(params["email"], params["api_key"],  params["host"])
  promos.megam_rest.get_promos
end