Class: Fortnox::Project
- Inherits:
-
Resource
- Object
- Resource
- Fortnox::Project
- Defined in:
- lib/fortnox/resources/project.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
readonly
Comments Comments on project.
-
#contact_person ⇒ Object
readonly
ContactPerson ContactPerson for project.
-
#description ⇒ Object
readonly
Description Description of the project.
-
#project_leader ⇒ Object
readonly
ProjectLeader Projectleader.
-
#status ⇒ Object
readonly
Status Status of the project.
Instance Attribute Details
#comments ⇒ Object (readonly)
Comments Comments on project
18 19 20 |
# File 'lib/fortnox/resources/project.rb', line 18 def comments @comments end |
#contact_person ⇒ Object (readonly)
ContactPerson ContactPerson for project
21 22 23 |
# File 'lib/fortnox/resources/project.rb', line 21 def contact_person @contact_person end |
#description ⇒ Object (readonly)
Description Description of the project
24 25 26 |
# File 'lib/fortnox/resources/project.rb', line 24 def description @description end |
#project_leader ⇒ Object (readonly)
ProjectLeader Projectleader
30 31 32 |
# File 'lib/fortnox/resources/project.rb', line 30 def project_leader @project_leader end |
#status ⇒ Object (readonly)
Status Status of the project
36 37 38 |
# File 'lib/fortnox/resources/project.rb', line 36 def status @status end |