Class: BillysBilling::VatModel

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/vat_model.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def name
  @name
end

#ratesObject

Returns the value of attribute rates.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def rates
  @rates
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def success
  @success
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/billys_billing/vat_model.rb', line 3

def url
  @url
end