Method: Megam::Subscriptions.show
- Defined in:
- lib/megam/core/subscriptions.rb
.show(p_name, tmp_email = nil, tmp_api_key = nil) ⇒ Object
Show a particular subscriptions by name, Megam::subscriptions
181 182 183 184 |
# File 'lib/megam/core/subscriptions.rb', line 181 def self.show(p_name,tmp_email=nil, tmp_api_key=nil) pre = self.new(tmp_email, tmp_api_key) pre.megam_rest.get_subscriptions(p_name) end |