Module: Sendowl

Defined in:
lib/sendowl.rb,
lib/sendowl/request.rb,
lib/sendowl/version.rb,
lib/sendowl/resources/license.rb

Defined Under Namespace

Classes: License, Request

Constant Summary collapse

VERSION =
"0.0.2"

Class Attribute Summary collapse

Class Attribute Details

.api_endpointObject

Returns the value of attribute api_endpoint.



8
9
10
# File 'lib/sendowl.rb', line 8

def api_endpoint
  @api_endpoint
end

.api_keyObject

Returns the value of attribute api_key.



8
9
10
# File 'lib/sendowl.rb', line 8

def api_key
  @api_key
end

.api_secretObject

Returns the value of attribute api_secret.



8
9
10
# File 'lib/sendowl.rb', line 8

def api_secret
  @api_secret
end

.open_timeoutObject

Returns the value of attribute open_timeout.



8
9
10
# File 'lib/sendowl.rb', line 8

def open_timeout
  @open_timeout
end

.timeoutObject

Returns the value of attribute timeout.



8
9
10
# File 'lib/sendowl.rb', line 8

def timeout
  @timeout
end