Class: Klenod::Build::UpdateEvent
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::UpdateEvent
- Defined in:
- lib/klenod/build/watcher.rb
Instance Attribute Summary collapse
-
#changed_paths ⇒ Object
readonly
Returns the value of attribute changed_paths.
-
#graph_version ⇒ Object
readonly
Returns the value of attribute graph_version.
-
#removed_paths ⇒ Object
readonly
Returns the value of attribute removed_paths.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
Instance Attribute Details
#changed_paths ⇒ Object (readonly)
Returns the value of attribute changed_paths
7 8 9 |
# File 'lib/klenod/build/watcher.rb', line 7 def changed_paths @changed_paths end |
#graph_version ⇒ Object (readonly)
Returns the value of attribute graph_version
7 8 9 |
# File 'lib/klenod/build/watcher.rb', line 7 def graph_version @graph_version end |
#removed_paths ⇒ Object (readonly)
Returns the value of attribute removed_paths
7 8 9 |
# File 'lib/klenod/build/watcher.rb', line 7 def removed_paths @removed_paths end |
#result ⇒ Object (readonly)
Returns the value of attribute result
7 8 9 |
# File 'lib/klenod/build/watcher.rb', line 7 def result @result end |
Instance Method Details
#asset_changes ⇒ Object
8 9 10 |
# File 'lib/klenod/build/watcher.rb', line 8 def asset_changes result.asset_changes end |
#asset_updates ⇒ Object
12 13 14 |
# File 'lib/klenod/build/watcher.rb', line 12 def asset_updates result.asset_updates end |