Class: Route53::Web
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Route53::Web
- Defined in:
- lib/route53web.rb
Constant Summary collapse
- RECORD_TYPES =
%w( A/AAAA CNAME NS MX TXT SOA )
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
8 9 10 |
# File 'lib/route53web.rb', line 8 def config @config end |