Class: Asgit::Project::Details

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_branchObject

Returns the value of attribute default_branch.



27
28
29
# File 'lib/asgit/project.rb', line 27

def default_branch
  @default_branch
end

#organizationObject

Returns the value of attribute organization.



27
28
29
# File 'lib/asgit/project.rb', line 27

def organization
  @organization
end

#projectObject

Returns the value of attribute project.



27
28
29
# File 'lib/asgit/project.rb', line 27

def project
  @project
end

#serviceObject

Returns the value of attribute service.



27
28
29
# File 'lib/asgit/project.rb', line 27

def service
  @service
end