Class: ZAWS::Route53

Inherits:
Object
  • Object
show all
Defined in:
lib/zaws/route53.rb

Instance Method Summary collapse

Constructor Details

#initialize(shellout, aws) ⇒ Route53

Returns a new instance of Route53.



8
9
10
11
# File 'lib/zaws/route53.rb', line 8

def initialize(shellout,aws)
  @shellout=shellout
  @aws=aws
end

Instance Method Details

#hosted_zoneObject



13
14
15
16
# File 'lib/zaws/route53.rb', line 13

def hosted_zone 
  @_hosted_zone ||= (ZAWS::Route53Services::HostedZone.new(@shellout,@aws))
  return @_hosted_zone
end