Class: Polyglot::Sync::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



30
31
32
# File 'lib/polyglot/sync.rb', line 30

def initialize
  @aws_region = 'default thing'
end

Instance Attribute Details

#aws_cloudfront_hostObject

Returns the value of attribute aws_cloudfront_host.



27
28
29
# File 'lib/polyglot/sync.rb', line 27

def aws_cloudfront_host
  @aws_cloudfront_host
end

#aws_regionObject

Returns the value of attribute aws_region.



28
29
30
# File 'lib/polyglot/sync.rb', line 28

def aws_region
  @aws_region
end

#aws_s3_bucket_nameObject

Returns the value of attribute aws_s3_bucket_name.



24
25
26
# File 'lib/polyglot/sync.rb', line 24

def aws_s3_bucket_name
  @aws_s3_bucket_name
end

#organization_secret_keyObject

Returns the value of attribute organization_secret_key.



26
27
28
# File 'lib/polyglot/sync.rb', line 26

def organization_secret_key
  @organization_secret_key
end

#project_slugObject

Returns the value of attribute project_slug.



25
26
27
# File 'lib/polyglot/sync.rb', line 25

def project_slug
  @project_slug
end