Class: IcAgent::Ast::Nodes::IcServiceMethods
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::IcServiceMethods
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, #to_s
Instance Method Details
#title ⇒ Object
282
283
284
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 282
def title
:ic_service_methods
end
|
#value ⇒ Object
286
287
288
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 286
def value
elements.map { |update| update.value }
end
|