Class: BoringBuilder::Exporters::Asset
- Inherits:
-
Data
- Object
- Data
- BoringBuilder::Exporters::Asset
- Defined in:
- lib/boringbuilder/exporters/asset.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
5 6 7 |
# File 'lib/boringbuilder/exporters/asset.rb', line 5 def filename @filename end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
5 6 7 |
# File 'lib/boringbuilder/exporters/asset.rb', line 5 def kind @kind end |
#source ⇒ Object (readonly)
Returns the value of attribute source
5 6 7 |
# File 'lib/boringbuilder/exporters/asset.rb', line 5 def source @source end |