Class: TwitterCldr::Js::CompiledFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/twitter_cldr/js/compiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/twitter_cldr/js/compiler.rb', line 12

def source
  @source
end

#source_mapObject

Returns the value of attribute source_map

Returns:

  • (Object)

    the current value of source_map



12
13
14
# File 'lib/twitter_cldr/js/compiler.rb', line 12

def source_map
  @source_map
end