Class: Overlay::GithubRepo
- Inherits:
-
Struct
- Object
- Struct
- Overlay::GithubRepo
- Defined in:
- lib/overlay/configuration.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#root_dest_path ⇒ Object
Returns the value of attribute root_dest_path.
-
#root_source_path ⇒ Object
Returns the value of attribute root_source_path.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
37 38 39 |
# File 'lib/overlay/configuration.rb', line 37 def branch @branch end |
#repo ⇒ Object
Returns the value of attribute repo
37 38 39 |
# File 'lib/overlay/configuration.rb', line 37 def repo @repo end |
#root_dest_path ⇒ Object
Returns the value of attribute root_dest_path
37 38 39 |
# File 'lib/overlay/configuration.rb', line 37 def root_dest_path @root_dest_path end |
#root_source_path ⇒ Object
Returns the value of attribute root_source_path
37 38 39 |
# File 'lib/overlay/configuration.rb', line 37 def root_source_path @root_source_path end |
#user ⇒ Object
Returns the value of attribute user
37 38 39 |
# File 'lib/overlay/configuration.rb', line 37 def user @user end |