Class: IcAgent::Ast::Nodes::TypeName

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



252
253
254
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 252

def title
  :type_name
end

#to_sObject



256
257
258
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 256

def to_s
  elements_to_s
end