Class: Gitjour::GitService

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



10
11
12
# File 'lib/gitjour.rb', line 10

def description
  @description
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



10
11
12
# File 'lib/gitjour.rb', line 10

def host
  @host
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/gitjour.rb', line 10

def name
  @name
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



10
11
12
# File 'lib/gitjour.rb', line 10

def port
  @port
end