Class: IcAgent::Ast::Nodes::IcServiceMethodReturn
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::IcServiceMethodReturn
show all
- Defined in:
- lib/ic_agent/ast/nodes/named_nodes.rb
Instance Method Summary
collapse
Methods inherited from NamedNode
#elements_to_s, #source_content, #to_array
Instance Method Details
#title ⇒ Object
346
347
348
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 346
def title
:ic_service_method_return
end
|
#to_s ⇒ Object
350
351
352
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 350
def to_s
elements_to_s
end
|