Class: BundlerSkills::Synchronizer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler_skills/synchronizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentsObject

Returns the value of attribute agents

Returns:

  • (Object)

    the current value of agents



12
13
14
# File 'lib/bundler_skills/synchronizer.rb', line 12

def agents
  @agents
end

#discoveredObject

Returns the value of attribute discovered

Returns:

  • (Object)

    the current value of discovered



12
13
14
# File 'lib/bundler_skills/synchronizer.rb', line 12

def discovered
  @discovered
end

#gitignore_changedObject

Returns the value of attribute gitignore_changed

Returns:

  • (Object)

    the current value of gitignore_changed



12
13
14
# File 'lib/bundler_skills/synchronizer.rb', line 12

def gitignore_changed
  @gitignore_changed
end

Returns the value of attribute links_by_dir

Returns:

  • (Object)

    the current value of links_by_dir



12
13
14
# File 'lib/bundler_skills/synchronizer.rb', line 12

def links_by_dir
  @links_by_dir
end