Class: Dev::Git::Info
Overview
Class which contains information about the git repository
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(name, path) ⇒ Info
constructor
A new instance of Info.
Constructor Details
#initialize(name, path) ⇒ Info
Returns a new instance of Info.
7 8 9 10 |
# File 'lib/firespring_dev_commands/git/info.rb', line 7 def initialize(name, path) @name = name @path = path end |