Class: Overlay::GithubRepo

Inherits:
Struct
  • Object
show all
Defined in:
lib/overlay/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



37
38
39
# File 'lib/overlay/configuration.rb', line 37

def branch
  @branch
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



37
38
39
# File 'lib/overlay/configuration.rb', line 37

def repo
  @repo
end

#root_dest_pathObject

Returns the value of attribute root_dest_path

Returns:

  • (Object)

    the current value of root_dest_path



37
38
39
# File 'lib/overlay/configuration.rb', line 37

def root_dest_path
  @root_dest_path
end

#root_source_pathObject

Returns the value of attribute root_source_path

Returns:

  • (Object)

    the current value of root_source_path



37
38
39
# File 'lib/overlay/configuration.rb', line 37

def root_source_path
  @root_source_path
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



37
38
39
# File 'lib/overlay/configuration.rb', line 37

def user
  @user
end