Class: Repository::Config::MirrorConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/devlogs/repository/config.rb

Overview

Configuration associated with the Mirror

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/devlogs/repository/config.rb', line 10

def path
  @path
end

#use_mirrorObject

Returns the value of attribute use_mirror

Returns:

  • (Object)

    the current value of use_mirror



10
11
12
# File 'lib/devlogs/repository/config.rb', line 10

def use_mirror
  @use_mirror
end