Class: Fortnox::Project

Inherits:
Resource
  • Object
show all
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

Method Summary

Methods inherited from Resource

find, find_all_by, find_one_by, inherited, only, parse, save, search, stub

Instance Attribute Details

#commentsObject (readonly)

Comments Comments on project



18
19
20
# File 'lib/fortnox/resources/project.rb', line 18

def comments
  @comments
end

#contact_personObject (readonly)

ContactPerson ContactPerson for project



21
22
23
# File 'lib/fortnox/resources/project.rb', line 21

def contact_person
  @contact_person
end

#descriptionObject (readonly)

Description Description of the project



24
25
26
# File 'lib/fortnox/resources/project.rb', line 24

def description
  @description
end

#project_leaderObject (readonly)

ProjectLeader Projectleader



30
31
32
# File 'lib/fortnox/resources/project.rb', line 30

def project_leader
  @project_leader
end

#statusObject (readonly)

Status Status of the project



36
37
38
# File 'lib/fortnox/resources/project.rb', line 36

def status
  @status
end