Class: Crusoe::Commands::Git::Commit
- Inherits:
-
GitCommand
- Object
- GitCommand
- Crusoe::Commands::Git::Commit
- Defined in:
- lib/crusoe/commands/git/commit.rb
Constant Summary
Constants inherited from GitCommand
Instance Attribute Summary collapse
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
Instance Method Summary collapse
Methods inherited from GitCommand
Constructor Details
This class inherits a constructor from Crusoe::Commands::Git::GitCommand
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory.
8 9 10 |
# File 'lib/crusoe/commands/git/commit.rb', line 8 def directory @directory end |
Instance Method Details
#commit! ⇒ Object
10 11 12 |
# File 'lib/crusoe/commands/git/commit.rb', line 10 def commit! git_client.commit() end |