Class: IcAgent::Ast::Nodes::IcServiceName

Inherits:
NamedNode
  • Object
show all
Defined in:
lib/ic_agent/ast/nodes/named_nodes.rb,
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



272
273
274
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 272

def title
  :ic_service_name
end

#to_sObject



276
277
278
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 276

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