Class: IcAgent::Ast::Nodes::IcServiceMethods

Inherits:
NamedNode
  • Object
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

#titleObject



282
283
284
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 282

def title
  :ic_service_methods
end

#valueObject



286
287
288
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 286

def value
  elements.map { |update| update.value }
end