Class: WebbyNode::WebbyList
- Defined in:
- lib/webbynode-api/data.rb
Overview
Represents a list of all Webbies on an account
Instance Attribute Summary
Attributes inherited from APIObject
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ WebbyList
constructor
Fetches an array of Webbies’ data.
Methods inherited from APIObject
#auth_get, #auth_post, auth_post, #method_missing
Constructor Details
#initialize(options = {}) ⇒ WebbyList
Fetches an array of Webbies’ data.
70 71 72 73 |
# File 'lib/webbynode-api/data.rb', line 70 def initialize( = {}) super() @data = auth_get("/api/xml/webbies")["hash"]["webbies"] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class WebbyNode::APIObject