Class: Pro::Repo

Inherits:
Struct
  • Object
show all
Defined in:
lib/pro/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/pro/index.rb', line 2

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



2
3
4
# File 'lib/pro/index.rb', line 2

def path
  @path
end