class Polyglot::Sync::Configuration

Attributes

aws_cloudfront_host[RW]
aws_region[RW]
aws_s3_bucket_name[RW]
organization_secret_key[RW]
project_slug[RW]

Public Class Methods

new() click to toggle source
# File lib/polyglot/sync.rb, line 30
def initialize
  @aws_region = 'default thing'
end