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



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

def agents
  @agents
end

#discoveredObject

Returns the value of attribute discovered

Returns:

  • (Object)

    the current value of discovered



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

def discovered
  @discovered
end

#gitignore_changedObject

Returns the value of attribute gitignore_changed

Returns:

  • (Object)

    the current value of gitignore_changed



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

def gitignore_changed
  @gitignore_changed
end

Returns the value of attribute links_by_dir

Returns:

  • (Object)

    the current value of links_by_dir



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

def links_by_dir
  @links_by_dir
end