Class: Fortnox::Unit
- Defined in:
- lib/fortnox/resources/unit.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
-
#code_english ⇒ Object
readonly
CodeEnglish English code of the unit.
Method Summary
Methods inherited from Resource
find, find_all_by, find_one_by, inherited, only, parse, save, search, stub
Instance Attribute Details
#code_english ⇒ Object (readonly)
CodeEnglish English code of the unit
24 25 26 |
# File 'lib/fortnox/resources/unit.rb', line 24 def code_english @code_english end |