Class: Bixby::BaseModule

Inherits:
Object
  • Object
show all
Extended by:
HttpClient
Defined in:
lib/bixby_common/api/base_module.rb

Direct Known Subclasses

BundleRepository

Class Attribute Summary collapse

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

.agentObject

Returns the value of attribute agent.



6
7
8
# File 'lib/bixby_common/api/base_module.rb', line 6

def agent
  @agent
end

.manager_uriObject

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