Class: Mikunyan::AssetBundle::AssetEntry
- Inherits:
-
Struct
- Object
- Struct
- Mikunyan::AssetBundle::AssetEntry
- Defined in:
- lib/mikunyan/asset_bundle.rb
Instance Attribute Summary collapse
-
#blob? ⇒ Object
Returns the value of attribute blob?.
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#blob? ⇒ Object
Returns the value of attribute blob?
19 20 21 |
# File 'lib/mikunyan/asset_bundle.rb', line 19
def blob?
@blob?
end
|
#data ⇒ Object
Returns the value of attribute data
19 20 21 |
# File 'lib/mikunyan/asset_bundle.rb', line 19 def data @data end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/mikunyan/asset_bundle.rb', line 19 def name @name end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/mikunyan/asset_bundle.rb', line 19 def status @status end |