Class: Asgit::Project::Details

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



4
5
6
# File 'lib/asgit/project.rb', line 4

def base_url
  @base_url
end

#default_branchObject

Returns the value of attribute default_branch

Returns:

  • (Object)

    the current value of default_branch



4
5
6
# File 'lib/asgit/project.rb', line 4

def default_branch
  @default_branch
end

#organizationObject

Returns the value of attribute organization

Returns:

  • (Object)

    the current value of organization



4
5
6
# File 'lib/asgit/project.rb', line 4

def organization
  @organization
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



4
5
6
# File 'lib/asgit/project.rb', line 4

def project
  @project
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



4
5
6
# File 'lib/asgit/project.rb', line 4

def service
  @service
end