Class: IcAgent::Ast::Nodes::IcServiceMethodReturn

Inherits:
NamedNode
  • Object
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

#titleObject



346
347
348
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 346

def title
  :ic_service_method_return
end

#to_sObject



350
351
352
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 350

def to_s
  elements_to_s
end