Class: Taketo::Constructs::Project

Inherits:
BaseConstruct show all
Defined in:
lib/taketo/constructs/project.rb

Instance Attribute Summary

Attributes inherited from BaseConstruct

#default_server_config, #name, #parent

Instance Method Summary collapse

Methods inherited from BaseConstruct

#initialize, #node_type, #parents, #path, #qualified_name

Methods included from AssociatedNodes

included

Constructor Details

This class inherits a constructor from Taketo::Constructs::BaseConstruct

Instance Method Details

#has_servers?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/taketo/constructs/project.rb', line 11

def has_servers?
  has_deeply_nested_nodes?(:servers)
end