Module: Xio
- Defined in:
- lib/xio/xio.rb,
lib/xio/http.rb,
lib/xio/errors.rb,
lib/xio/stream.rb,
lib/xio/version.rb,
lib/xio/resource.rb,
lib/xio/response.rb,
lib/xio/serializer.rb,
lib/xio/http/net_http.rb,
lib/xio/http/typhoeus.rb
Defined Under Namespace
Modules: Serializer Classes: Error, HTTP, HTTPError, Resource, Response, Stream
Constant Summary collapse
- GEM_VERSION =
'1.0.0'
Class Attribute Summary collapse
-
.api_key_id ⇒ Object
Returns the value of attribute api_key_id.
-
.api_secret_key ⇒ Object
Returns the value of attribute api_secret_key.
-
.base_url(env = nil) ⇒ Object
Returns the value of attribute base_url.
Class Attribute Details
.api_key_id ⇒ Object
Returns the value of attribute api_key_id.
4 5 6 |
# File 'lib/xio/xio.rb', line 4 def api_key_id @api_key_id end |
.api_secret_key ⇒ Object
Returns the value of attribute api_secret_key.
4 5 6 |
# File 'lib/xio/xio.rb', line 4 def api_secret_key @api_secret_key end |
.base_url(env = nil) ⇒ Object
Returns the value of attribute base_url.
4 5 6 |
# File 'lib/xio/xio.rb', line 4 def base_url @base_url end |