Class: Polytrix::Implementor::GitOptions
- Inherits:
-
ManifestSection
- Object
- Hashie::Dash
- Dash
- ManifestSection
- Polytrix::Implementor::GitOptions
- Defined in:
- lib/polytrix/implementor.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ GitOptions
constructor
A new instance of GitOptions.
Constructor Details
#initialize(data) ⇒ GitOptions
Returns a new instance of GitOptions.
16 17 18 19 |
# File 'lib/polytrix/implementor.rb', line 16 def initialize(data) data = { repo: data } if data.is_a? String super end |