Method: Megam::MarketPlace.show
- Defined in:
- lib/megam/core/marketplace.rb
.show(tmp_email = nil, tmp_api_key = nil, name) ⇒ Object
Load a account by email_p
262 263 264 265 |
# File 'lib/megam/core/marketplace.rb', line 262 def self.show(tmp_email=nil, tmp_api_key=nil, name) app = self.new(tmp_email, tmp_api_key) app.megam_rest.get_marketplaceapp(name) end |