Class: Repository::Config::MirrorConfig
- Inherits:
-
Struct
- Object
- Struct
- Repository::Config::MirrorConfig
- Defined in:
- lib/devlogs/repository/config.rb
Overview
Configuration associated with the Mirror
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#use_mirror ⇒ Object
Returns the value of attribute use_mirror.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/devlogs/repository/config.rb', line 10 def path @path end |
#use_mirror ⇒ Object
Returns the value of attribute use_mirror
10 11 12 |
# File 'lib/devlogs/repository/config.rb', line 10 def use_mirror @use_mirror end |