Method: Megam::AppRequest.list
- Defined in:
- lib/megam/core/app_request.rb
.list(node_name) ⇒ Object
Load a account by email_p
220 221 222 223 224 |
# File 'lib/megam/core/app_request.rb', line 220 def self.list(node_name) appreq = self.new() appreq.megam_rest.get_appreq(node_name) #self end |