Class: IcAgent::Ast::Nodes::IcServiceMethodQuery

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

Instance Method Details

#titleObject



356
357
358
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 356

def title
  :ic_service_method_query
end

#to_sObject



360
361
362
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 360

def to_s
  elements_to_s
end