Class: Middleman::Sync::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-sync/extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_buildObject

Returns the value of attribute after_build

Returns:

  • (Object)

    the current value of after_build



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def after_build
  @after_build
end

#aws_access_key_idObject

Returns the value of attribute aws_access_key_id

Returns:

  • (Object)

    the current value of aws_access_key_id



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def aws_access_key_id
  @aws_access_key_id
end

#aws_secret_access_keyObject

Returns the value of attribute aws_secret_access_key

Returns:

  • (Object)

    the current value of aws_secret_access_key



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def aws_secret_access_key
  @aws_secret_access_key
end

#existing_remote_filesObject

Returns the value of attribute existing_remote_files

Returns:

  • (Object)

    the current value of existing_remote_files



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def existing_remote_files
  @existing_remote_files
end

#fog_directoryObject

Returns the value of attribute fog_directory

Returns:

  • (Object)

    the current value of fog_directory



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def fog_directory
  @fog_directory
end

#fog_providerObject

Returns the value of attribute fog_provider

Returns:

  • (Object)

    the current value of fog_provider



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def fog_provider
  @fog_provider
end

#fog_regionObject

Returns the value of attribute fog_region

Returns:

  • (Object)

    the current value of fog_region



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def fog_region
  @fog_region
end

#google_storage_access_key_idObject

Returns the value of attribute google_storage_access_key_id

Returns:

  • (Object)

    the current value of google_storage_access_key_id



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def google_storage_access_key_id
  @google_storage_access_key_id
end

#google_storage_secret_access_keyObject

Returns the value of attribute google_storage_secret_access_key

Returns:

  • (Object)

    the current value of google_storage_secret_access_key



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def google_storage_secret_access_key
  @google_storage_secret_access_key
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def prefix
  @prefix
end

#public_pathObject

Returns the value of attribute public_path

Returns:

  • (Object)

    the current value of public_path



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def public_path
  @public_path
end

#rackspace_api_keyObject

Returns the value of attribute rackspace_api_key

Returns:

  • (Object)

    the current value of rackspace_api_key



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def rackspace_api_key
  @rackspace_api_key
end

#rackspace_auth_urlObject

Returns the value of attribute rackspace_auth_url

Returns:

  • (Object)

    the current value of rackspace_auth_url



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def rackspace_auth_url
  @rackspace_auth_url
end

#rackspace_usernameObject

Returns the value of attribute rackspace_username

Returns:

  • (Object)

    the current value of rackspace_username



7
8
9
# File 'lib/middleman-sync/extension.rb', line 7

def rackspace_username
  @rackspace_username
end