Class: Infostrada::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/infostrada.rb

Overview

The configuration of the API requests.

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#retriesObject

Returns the value of attribute retries.



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

def retries
  @retries
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end