class IcAgent::Ast::Nodes::IcServiceMethodQuery
Represents an IC service method query 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 query node.
# File lib/ic_agent/ast/nodes/named_nodes.rb, line 451 def title :ic_service_method_query end
to_s()
click to toggle source
Converts the IC service method query node to a string representation.
# File lib/ic_agent/ast/nodes/named_nodes.rb, line 456 def to_s elements_to_s end