Class: Configuration::Mirror
- Inherits:
-
Struct
- Object
- Struct
- Configuration::Mirror
- Defined in:
- lib/updater/configuration.rb
Instance Attribute Summary collapse
-
#github ⇒ Object
Returns the value of attribute github.
-
#source_clone_url ⇒ Object
Returns the value of attribute source_clone_url.
-
#source_push_url ⇒ Object
Returns the value of attribute source_push_url.
-
#specs_push_url ⇒ Object
Returns the value of attribute specs_push_url.
Instance Attribute Details
#github ⇒ Object
Returns the value of attribute github
5 6 7 |
# File 'lib/updater/configuration.rb', line 5 def github @github end |
#source_clone_url ⇒ Object
Returns the value of attribute source_clone_url
5 6 7 |
# File 'lib/updater/configuration.rb', line 5 def source_clone_url @source_clone_url end |
#source_push_url ⇒ Object
Returns the value of attribute source_push_url
5 6 7 |
# File 'lib/updater/configuration.rb', line 5 def source_push_url @source_push_url end |
#specs_push_url ⇒ Object
Returns the value of attribute specs_push_url
5 6 7 |
# File 'lib/updater/configuration.rb', line 5 def specs_push_url @specs_push_url end |