Class: Blix::AssetManager::AssetInfo
- Inherits:
-
Struct
- Object
- Struct
- Blix::AssetManager::AssetInfo
- Defined in:
- lib/blix/assets/asset_manager.rb
Instance Attribute Summary collapse
-
#newname ⇒ Object
Returns the value of attribute newname.
-
#oldname ⇒ Object
Returns the value of attribute oldname.
Instance Attribute Details
#newname ⇒ Object
Returns the value of attribute newname
47 48 49 |
# File 'lib/blix/assets/asset_manager.rb', line 47 def newname @newname end |
#oldname ⇒ Object
Returns the value of attribute oldname
47 48 49 |
# File 'lib/blix/assets/asset_manager.rb', line 47 def oldname @oldname end |