class IcAgent::Ast::Nodes::IcServiceMethodParams

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

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

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

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