Class: JS::RequireRemote::ScriptLocation

Inherits:
Data
  • Object
show all
Defined in:
lib/js/require_remote/url_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



3
4
5
# File 'lib/js/require_remote/url_resolver.rb', line 3

def filename
  @filename
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/js/require_remote/url_resolver.rb', line 3

def url
  @url
end