Class: Compass::Installers::Manifest::Entry
- Inherits:
-
Struct
- Object
- Struct
- Compass::Installers::Manifest::Entry
- Defined in:
- lib/compass/installers/manifest.rb
Overview
A Manifest entry
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'lib/compass/installers/manifest.rb', line 7 def from @from end |
#options ⇒ Object
Returns the value of attribute options
7 8 9 |
# File 'lib/compass/installers/manifest.rb', line 7 def @options end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/compass/installers/manifest.rb', line 7 def type @type end |
Instance Method Details
#to ⇒ Object
8 9 10 |
# File 'lib/compass/installers/manifest.rb', line 8 def to [:to] || from end |