Class: Opal::BuilderProcessors::JsProcessor::ManualFragment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Opal::BuilderProcessors::JsProcessor::ManualFragment
 
 
- Defined in:
 - opal/lib/opal/builder_processors.rb
 
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute code.
 - 
  
    
      #column  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute column.
 - 
  
    
      #line  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute line.
 - 
  
    
      #source_map_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute source_map_name.
 
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
      51 52 53  | 
    
      # File 'opal/lib/opal/builder_processors.rb', line 51 def code @code end  | 
  
#column ⇒ Object
Returns the value of attribute column
      51 52 53  | 
    
      # File 'opal/lib/opal/builder_processors.rb', line 51 def column @column end  | 
  
#line ⇒ Object
Returns the value of attribute line
      51 52 53  | 
    
      # File 'opal/lib/opal/builder_processors.rb', line 51 def line @line end  | 
  
#source_map_name ⇒ Object
Returns the value of attribute source_map_name
      51 52 53  | 
    
      # File 'opal/lib/opal/builder_processors.rb', line 51 def source_map_name @source_map_name end  |