Class: Klenod::Build::UpdateEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/klenod/build/watcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#changed_pathsObject (readonly)

Returns the value of attribute changed_paths

Returns:

  • (Object)

    the current value of changed_paths



7
8
9
# File 'lib/klenod/build/watcher.rb', line 7

def changed_paths
  @changed_paths
end

#graph_versionObject (readonly)

Returns the value of attribute graph_version

Returns:

  • (Object)

    the current value of graph_version



7
8
9
# File 'lib/klenod/build/watcher.rb', line 7

def graph_version
  @graph_version
end

#removed_pathsObject (readonly)

Returns the value of attribute removed_paths

Returns:

  • (Object)

    the current value of removed_paths



7
8
9
# File 'lib/klenod/build/watcher.rb', line 7

def removed_paths
  @removed_paths
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



7
8
9
# File 'lib/klenod/build/watcher.rb', line 7

def result
  @result
end

Instance Method Details

#asset_changesObject



8
9
10
# File 'lib/klenod/build/watcher.rb', line 8

def asset_changes
  result.asset_changes
end

#asset_updatesObject



12
13
14
# File 'lib/klenod/build/watcher.rb', line 12

def asset_updates
  result.asset_updates
end