Class: IcAgent::Ast::Nodes::BaseTypeSingle

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

#opt_codeObject



132
133
134
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 132

def opt_code
  'single'
end

#titleObject



124
125
126
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 124

def title
  :base_type_single
end

#to_sObject



128
129
130
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 128

def to_s
  elements_to_s
end