class Awspec::Generator::Doc::Type::Eip

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/eip.rb, line 7
def initialize
  super
  @type_name = 'Elastic IP'
  @type = Awspec::Type::Eip.new('123.0.456.789')
  @ret = @type.resource_via_client
  @matchers = ['belong_to_domain']
  @ignore_matchers = []
  @describes = []
end