Class: Fortnox::Project
- Defined in:
- lib/fortnox/resources/project.rb
Constant Summary
Constants included from Types
Types::AccountNumber, Types::AccountingMethods, Types::ArticleTypes, Types::CURRENT_HOUSEWORK_TYPES, Types::Currencies, Types::CustomerTypes, Types::DefaultDeliveryTypeValues, Types::DeliveryStates, Types::DiscountTypes, Types::Email, Types::HouseworkTypes, Types::InvoiceTypes, Types::LEGACY_HOUSEWORK_TYPES, Types::PaymentWays, Types::ProjectStatusTypes, Types::THE_TRUTH, Types::TaxReductionTypes, Types::VATTypes
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.
Method Summary
Methods inherited from Resource
find, find_all_by, find_one_by, only, parse, save, search, stub
Instance Attribute Details
#comments ⇒ Object (readonly)
Comments Comments on project
17 18 19 |
# File 'lib/fortnox/resources/project.rb', line 17 def comments @comments end |
#contact_person ⇒ Object (readonly)
ContactPerson ContactPerson for project
20 21 22 |
# File 'lib/fortnox/resources/project.rb', line 20 def contact_person @contact_person end |
#description ⇒ Object (readonly)
Description Description of the project
23 24 25 |
# File 'lib/fortnox/resources/project.rb', line 23 def description @description end |
#project_leader ⇒ Object (readonly)
ProjectLeader Projectleader
29 30 31 |
# File 'lib/fortnox/resources/project.rb', line 29 def project_leader @project_leader end |
#status ⇒ Object (readonly)
Status Status of the project
35 36 37 |
# File 'lib/fortnox/resources/project.rb', line 35 def status @status end |