Class: Bixby::BaseModule
- Inherits:
-
Object
- Object
- Bixby::BaseModule
- Extended by:
- HttpClient
- Defined in:
- lib/bixby_common/api/base_module.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.agent ⇒ Object
Returns the value of attribute agent.
-
.manager_uri ⇒ Object
Returns the value of attribute manager_uri.
Method Summary
Methods included from HttpClient
create_post_data, http_get, http_get_json, http_post, http_post_download, http_post_json
Class Attribute Details
.agent ⇒ Object
Returns the value of attribute agent.
6 7 8 |
# File 'lib/bixby_common/api/base_module.rb', line 6 def agent @agent end |
.manager_uri ⇒ Object
Returns the value of attribute manager_uri.
6 7 8 |
# File 'lib/bixby_common/api/base_module.rb', line 6 def manager_uri @manager_uri end |