class IcAgent::Ast::Nodes::IcServiceMethodReturn

Represents an IC service method return node in the abstract syntax tree, a subclass of NamedNode.

Public Instance Methods

title() click to toggle source

The title of the IC service method return node.

# File lib/ic_agent/ast/nodes/named_nodes.rb, line 438
def title
  :ic_service_method_return
end
to_s() click to toggle source

Converts the IC service method return node to a string representation.

# File lib/ic_agent/ast/nodes/named_nodes.rb, line 443
def to_s
  elements_to_s
end