Class: Printavo::Fee
Instance Method Summary
collapse
#==, #[], #dig, #initialize, #inspect, #to_h
Instance Method Details
#amount ⇒ Object
8
|
# File 'lib/printavo/models/fee.rb', line 8
def amount = self['amount']
|
#id ⇒ Object
6
|
# File 'lib/printavo/models/fee.rb', line 6
def id = self['id']
|
#name ⇒ Object
7
|
# File 'lib/printavo/models/fee.rb', line 7
def name = self['name']
|
#taxable ⇒ Object
9
|
# File 'lib/printavo/models/fee.rb', line 9
def taxable = self['taxable']
|
#taxable? ⇒ Boolean
10
|
# File 'lib/printavo/models/fee.rb', line 10
def taxable? = !!self['taxable']
|