class Taketo::Constructs::Config
Attributes
default_destination[RW]
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Taketo::Constructs::BaseConstruct::new
# File lib/taketo/constructs/config.rb, line 13 def initialize(*args) super(nil) end
Public Instance Methods
has_servers?()
click to toggle source
# File lib/taketo/constructs/config.rb, line 17 def has_servers? has_deeply_nested_nodes?(:servers) end