Class: IcAgent::Ast::Nodes::IcServiceParam
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::IcServiceParam
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
#title ⇒ Object
316
317
318
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 316
def title
:ic_service_param
end
|
#to_s ⇒ Object
320
321
322
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 320
def to_s
"# #{elements[0].to_s}"
end
|