Class: AskAwesomely::Configuration

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

Constant Summary collapse

DEFAULT_AWS_BUCKET =
"typeform_io_images"
DEFAULT_AWS_REGION =
"us-east-1"

Instance Attribute Summary collapse

Instance Attribute Details

#aws_access_key_idObject

Returns the value of attribute aws_access_key_id.



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

def aws_access_key_id
  @aws_access_key_id
end

#aws_access_key_secretObject

Returns the value of attribute aws_access_key_secret.



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

def aws_access_key_secret
  @aws_access_key_secret
end

#aws_bucketObject

Returns the value of attribute aws_bucket.



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

def aws_bucket
  @aws_bucket
end

#aws_regionObject

Returns the value of attribute aws_region.



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

def aws_region
  @aws_region
end

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#typeform_api_keyObject

Returns the value of attribute typeform_api_key.



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

def typeform_api_key
  @typeform_api_key
end