Class: Fortnox::Project

Inherits:
Resource show all
Defined in:
lib/fortnox/resources/project.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, create, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_hash, #to_json, #update

Constructor Details

This class inherits a constructor from Fortnox::Resource

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def comments
  @comments
end

#contact_personObject

Returns the value of attribute contact_person.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def contact_person
  @contact_person
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def description
  @description
end

#end_dateObject

Returns the value of attribute end_date.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def end_date
  @end_date
end

#project_leaderObject

Returns the value of attribute project_leader.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def project_leader
  @project_leader
end

#project_numberObject

Returns the value of attribute project_number.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def project_number
  @project_number
end

#start_dateObject

Returns the value of attribute start_date.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def start_date
  @start_date
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/fortnox/resources/project.rb', line 3

def status
  @status
end