Class: JS::RequireRemote::ScriptLocation
- Inherits:
-
Data
- Object
- Data
- JS::RequireRemote::ScriptLocation
- Defined in:
- lib/js/require_remote/url_resolver.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
3 4 5 |
# File 'lib/js/require_remote/url_resolver.rb', line 3 def filename @filename end |
#url ⇒ Object (readonly)
Returns the value of attribute url
3 4 5 |
# File 'lib/js/require_remote/url_resolver.rb', line 3 def url @url end |