class Awspec::Generator::Doc::Type::CloudfrontDistribution

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/cloudfront_distribution.rb, line 7
def initialize
  super
  @type_name = 'CloudfrontDistribution'
  @type = Awspec::Type::CloudfrontDistribution.new('123456789zyxw.cloudfront.net')
  @ret = @type.resource_via_client
  @matchers = [
    Awspec::Type::CloudfrontDistribution::STATUSES.map { |status| "be_#{status.underscore}" }.join(', ')
  ]

  @ignore_matchers = Awspec::Type::CloudfrontDistribution::STATUSES.map { |status| "be_#{status.underscore}" }
  @describes = []
end