Class: Opal::BuilderProcessors::JsProcessor::ManualFragment

Inherits:
Struct
  • Object
show all
Defined in:
lib/opal/builder_processors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code



55
56
57
# File 'lib/opal/builder_processors.rb', line 55

def code
  @code
end

#columnObject

Returns the value of attribute column



55
56
57
# File 'lib/opal/builder_processors.rb', line 55

def column
  @column
end

#lineObject

Returns the value of attribute line



55
56
57
# File 'lib/opal/builder_processors.rb', line 55

def line
  @line
end

#source_map_nameObject

Returns the value of attribute source_map_name



55
56
57
# File 'lib/opal/builder_processors.rb', line 55

def source_map_name
  @source_map_name
end