Class: Easy::Resources::Adam::WebApplication
- Inherits:
-
Easy::Resource
- Object
- Easy::Resource
- Easy::Resources::Adam::WebApplication
- Defined in:
- lib/easy/resources/adam/web_application.rb
Class Method Summary collapse
Class Method Details
.find_by_guid(guid) ⇒ Object
12 13 14 |
# File 'lib/easy/resources/adam/web_application.rb', line 12 def self.find_by_guid(guid) first(params: { w: "guid|=|#{guid}" }) end |
.find_by_name(name) ⇒ Object
16 17 18 |
# File 'lib/easy/resources/adam/web_application.rb', line 16 def self.find_by_name(name) first(params: { w: "name|=|#{name}" }) end |