Class: Analyst::Entities::String

Inherits:
Entity
  • Object
show all
Defined in:
lib/analyst/entities/string.rb

Instance Attribute Summary

Attributes inherited from Entity

#ast, #parent

Instance Method Summary collapse

Methods inherited from Entity

#classes, #conditionals, #constant_assignments, #constants, #file_path, handles_node, #hashes, #initialize, #inspect, #line_number, #location, #method_calls, #methods, #modules, process, #source, #strings, #top_level_classes, #top_level_constant_assignments, #top_level_constants, #top_level_modules

Constructor Details

This class inherits a constructor from Analyst::Entities::Entity

Instance Method Details

#full_nameObject



15
16
# File 'lib/analyst/entities/string.rb', line 15

def full_name
end

#nameObject



12
13
# File 'lib/analyst/entities/string.rb', line 12

def name
end

#valueObject



8
9
10
# File 'lib/analyst/entities/string.rb', line 8

def value
  ast.children.first
end