Class: Helm::Project

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ Project

Returns a new instance of Project.



8
9
10
# File 'lib/helm/project.rb', line 8

def initialize(url)
  @url = url
end

Instance Attribute Details

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/helm/project.rb', line 6

def title
  @title
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/helm/project.rb', line 6

def token
  @token
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/helm/project.rb', line 6

def url
  @url
end