class IcAgent::Ast::Nodes::IcServiceMethodName

Represents an IC service method name 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 name node.

# File lib/ic_agent/ast/nodes/named_nodes.rb, line 369
def title
  :ic_service_method_name
end