Class: BundlerSkills::Synchronizer::Result
- Inherits:
-
Struct
- Object
- Struct
- BundlerSkills::Synchronizer::Result
- Defined in:
- lib/bundler_skills/synchronizer.rb
Instance Attribute Summary collapse
-
#agents ⇒ Object
Returns the value of attribute agents.
-
#discovered ⇒ Object
Returns the value of attribute discovered.
-
#gitignore_changed ⇒ Object
Returns the value of attribute gitignore_changed.
-
#links_by_dir ⇒ Object
Returns the value of attribute links_by_dir.
Instance Attribute Details
#agents ⇒ Object
Returns the value of attribute agents
12 13 14 |
# File 'lib/bundler_skills/synchronizer.rb', line 12 def agents @agents end |
#discovered ⇒ Object
Returns the value of attribute discovered
12 13 14 |
# File 'lib/bundler_skills/synchronizer.rb', line 12 def discovered @discovered end |
#gitignore_changed ⇒ Object
Returns the value of attribute gitignore_changed
12 13 14 |
# File 'lib/bundler_skills/synchronizer.rb', line 12 def gitignore_changed @gitignore_changed end |
#links_by_dir ⇒ Object
Returns the value of attribute links_by_dir
12 13 14 |
# File 'lib/bundler_skills/synchronizer.rb', line 12 def links_by_dir @links_by_dir end |