Class: IcAgent::Ast::Nodes::IcServiceParam

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



316
317
318
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 316

def title
  :ic_service_param
end

#to_sObject



320
321
322
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 320

def to_s
  "# #{elements[0].to_s}"
end