Class: Billogram::RegionalSweden
- Defined in:
- lib/billogram/resources/regional_sweden.rb
Instance Attribute Summary collapse
-
#reversed_vat ⇒ Object
Returns the value of attribute reversed_vat.
-
#rotavdrag ⇒ Object
Returns the value of attribute rotavdrag.
-
#rotavdrag_account ⇒ Object
Returns the value of attribute rotavdrag_account.
-
#rotavdrag_description ⇒ Object
Returns the value of attribute rotavdrag_description.
-
#rotavdrag_personal_number ⇒ Object
Returns the value of attribute rotavdrag_personal_number.
-
#rotavdrag_sum ⇒ Object
Returns the value of attribute rotavdrag_sum.
Method Summary
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#reversed_vat ⇒ Object
Returns the value of attribute reversed_vat.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def reversed_vat @reversed_vat end |
#rotavdrag ⇒ Object
Returns the value of attribute rotavdrag.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def rotavdrag @rotavdrag end |
#rotavdrag_account ⇒ Object
Returns the value of attribute rotavdrag_account.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def rotavdrag_account @rotavdrag_account end |
#rotavdrag_description ⇒ Object
Returns the value of attribute rotavdrag_description.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def rotavdrag_description @rotavdrag_description end |
#rotavdrag_personal_number ⇒ Object
Returns the value of attribute rotavdrag_personal_number.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def rotavdrag_personal_number @rotavdrag_personal_number end |
#rotavdrag_sum ⇒ Object
Returns the value of attribute rotavdrag_sum.
3 4 5 |
# File 'lib/billogram/resources/regional_sweden.rb', line 3 def rotavdrag_sum @rotavdrag_sum end |