Class: BuildTool::VCS::BazarConfiguration
- Inherits:
-
BaseConfiguration
- Object
- BaseConfiguration
- BuildTool::VCS::BazarConfiguration
- Includes:
- MJ::Mixins::InheritedAttributes
- Defined in:
- lib/build-tool/vcs/bazar.rb
Instance Attribute Summary
Attributes inherited from BaseConfiguration
Instance Method Summary collapse
- #copy_configuration(other) ⇒ Object
-
#initialize ⇒ BazarConfiguration
constructor
A new instance of BazarConfiguration.
- #name ⇒ Object
- #vcs(mod) ⇒ Object
Methods included from MJ::Mixins::InheritedAttributes
Methods inherited from BaseConfiguration
Constructor Details
#initialize ⇒ BazarConfiguration
Returns a new instance of BazarConfiguration.
19 20 21 22 |
# File 'lib/build-tool/vcs/bazar.rb', line 19 def initialize super @url = nil end |
Instance Method Details
#copy_configuration(other) ⇒ Object
32 33 34 |
# File 'lib/build-tool/vcs/bazar.rb', line 32 def copy_configuration( other ) super end |
#name ⇒ Object
15 16 17 |
# File 'lib/build-tool/vcs/bazar.rb', line 15 def name "bazar" end |