Class: StrawberryAPI::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

API access key of Strawberry's user



7
8
9
# File 'lib/strawberry_api/configuration.rb', line 7

def api_key
  @api_key
end

#hostObject

Hostname or IP address of Strawberry server



4
5
6
# File 'lib/strawberry_api/configuration.rb', line 4

def host
  @host
end

#loggerObject

TODO: Use logger within the API client Debugging intented logger



17
18
19
# File 'lib/strawberry_api/configuration.rb', line 17

def logger
  @logger
end

#passwordObject

Password of Strawberry's user



13
14
15
# File 'lib/strawberry_api/configuration.rb', line 13

def password
  @password
end

#usernameObject

Username of Strawberry's user



10
11
12
# File 'lib/strawberry_api/configuration.rb', line 10

def username
  @username
end