Class: IcAgent::Ast::Nodes::IcServiceMethodParams

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



336
337
338
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 336

def title
  :ic_service_method_params
end

#to_sObject



340
341
342
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 340

def to_s
  elements_to_s
end