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

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



51
52
53
# File 'opal/lib/opal/builder_processors.rb', line 51

def code
  @code
end

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



51
52
53
# File 'opal/lib/opal/builder_processors.rb', line 51

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



51
52
53
# File 'opal/lib/opal/builder_processors.rb', line 51

def line
  @line
end

#source_map_nameObject

Returns the value of attribute source_map_name

Returns:

  • (Object)

    the current value of source_map_name



51
52
53
# File 'opal/lib/opal/builder_processors.rb', line 51

def source_map_name
  @source_map_name
end