Class: AppUp::Repo
- Inherits:
-
Struct
- Object
- Struct
- AppUp::Repo
- Defined in:
- lib/app_up/repo.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#shell ⇒ Object
Returns the value of attribute shell.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/app_up/repo.rb', line 2 def end |
#shell ⇒ Object
Returns the value of attribute shell
2 3 4 |
# File 'lib/app_up/repo.rb', line 2 def shell @shell end |
Instance Method Details
#files ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/app_up/repo.rb', line 4 def files if [:diff] diff(*[:diff]) else all end end |