Module: Raml::Parent

Included in:
AbstractMethod, AbstractResource, Body, Raml::Parameter::AbstractParameter, Response, Root
Defined in:
lib/raml/mixin/parent.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#childrenArray<Raml::Node>

Returns children nodes.

Returns:



5
6
7
# File 'lib/raml/mixin/parent.rb', line 5

def children
  @children
end