Class: Fortnox::Project
- Defined in:
- lib/fortnox/resources/project.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#contact_person ⇒ Object
Returns the value of attribute contact_person.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#project_leader ⇒ Object
Returns the value of attribute project_leader.
-
#project_number ⇒ Object
Returns the value of attribute project_number.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#status ⇒ Object
Returns the value of attribute status.
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
#comments ⇒ Object
Returns the value of attribute comments.
3 4 5 |
# File 'lib/fortnox/resources/project.rb', line 3 def comments @comments end |
#contact_person ⇒ Object
Returns the value of attribute contact_person.
3 4 5 |
# File 'lib/fortnox/resources/project.rb', line 3 def contact_person @contact_person end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/fortnox/resources/project.rb', line 3 def description @description end |
#end_date ⇒ Object
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_leader ⇒ Object
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_number ⇒ Object
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_date ⇒ Object
Returns the value of attribute start_date.
3 4 5 |
# File 'lib/fortnox/resources/project.rb', line 3 def start_date @start_date end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/fortnox/resources/project.rb', line 3 def status @status end |