Class: AnimateIt::AssetManifest::Result
- Inherits:
-
Data
- Object
- Data
- AnimateIt::AssetManifest::Result
- Defined in:
- lib/animate_it/asset_manifest.rb
Instance Attribute Summary collapse
-
#checked ⇒ Object
readonly
Returns the value of attribute checked.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
Instance Attribute Details
#checked ⇒ Object (readonly)
Returns the value of attribute checked
10 11 12 |
# File 'lib/animate_it/asset_manifest.rb', line 10 def checked @checked end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
10 11 12 |
# File 'lib/animate_it/asset_manifest.rb', line 10 def errors @errors end |
Instance Method Details
#success? ⇒ Boolean
11 12 13 |
# File 'lib/animate_it/asset_manifest.rb', line 11 def success? errors.empty? end |