Class: Onboard::RepoBridge
- Inherits:
-
Thor
- Object
- Thor
- Onboard::RepoBridge
- Defined in:
- lib/onboard/repo_bridge.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#g ⇒ Object
readonly
Returns the value of attribute g.
-
#info ⇒ Object
readonly
Returns the value of attribute info.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
10 11 12 |
# File 'lib/onboard/repo_bridge.rb', line 10 def args @args end |
#g ⇒ Object (readonly)
Returns the value of attribute g.
10 11 12 |
# File 'lib/onboard/repo_bridge.rb', line 10 def g @g end |
#info ⇒ Object (readonly)
Returns the value of attribute info.
10 11 12 |
# File 'lib/onboard/repo_bridge.rb', line 10 def info @info end |