Class: Configuration::Mirror

Inherits:
Struct
  • Object
show all
Defined in:
lib/updater/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#githubObject

Returns the value of attribute github

Returns:

  • (Object)

    the current value of github



5
6
7
# File 'lib/updater/configuration.rb', line 5

def github
  @github
end

#source_clone_urlObject

Returns the value of attribute source_clone_url

Returns:

  • (Object)

    the current value of source_clone_url



5
6
7
# File 'lib/updater/configuration.rb', line 5

def source_clone_url
  @source_clone_url
end

#source_push_urlObject

Returns the value of attribute source_push_url

Returns:

  • (Object)

    the current value of source_push_url



5
6
7
# File 'lib/updater/configuration.rb', line 5

def source_push_url
  @source_push_url
end

#specs_push_urlObject

Returns the value of attribute specs_push_url

Returns:

  • (Object)

    the current value of specs_push_url



5
6
7
# File 'lib/updater/configuration.rb', line 5

def specs_push_url
  @specs_push_url
end