Class: Middleman::CloudFront::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id

Returns:

  • (Object)

    the current value of access_key_id



5
6
7
# File 'lib/middleman-cloudfront/extension.rb', line 5

def access_key_id
  @access_key_id
end

#after_buildObject

Returns the value of attribute after_build

Returns:

  • (Object)

    the current value of after_build



5
6
7
# File 'lib/middleman-cloudfront/extension.rb', line 5

def after_build
  @after_build
end

#distribution_idObject

Returns the value of attribute distribution_id

Returns:

  • (Object)

    the current value of distribution_id



5
6
7
# File 'lib/middleman-cloudfront/extension.rb', line 5

def distribution_id
  @distribution_id
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



5
6
7
# File 'lib/middleman-cloudfront/extension.rb', line 5

def filter
  @filter
end

#secret_access_keyObject

Returns the value of attribute secret_access_key

Returns:

  • (Object)

    the current value of secret_access_key



5
6
7
# File 'lib/middleman-cloudfront/extension.rb', line 5

def secret_access_key
  @secret_access_key
end