Exception: R10K::Git::UnresolvableRefError
- Defined in:
- lib/r10k/git/errors.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
Attributes inherited from GitError
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(mesg, options = {}) ⇒ UnresolvableRefError
constructor
A new instance of UnresolvableRefError.
Methods inherited from GitError
Methods inherited from Error
Constructor Details
#initialize(mesg, options = {}) ⇒ UnresolvableRefError
Returns a new instance of UnresolvableRefError.
28 29 30 31 |
# File 'lib/r10k/git/errors.rb', line 28 def initialize(mesg, = {}) super @ref = @options[:ref] end |
Instance Attribute Details
#ref ⇒ Object (readonly)
Returns the value of attribute ref.
26 27 28 |
# File 'lib/r10k/git/errors.rb', line 26 def ref @ref end |