module YDIM::Html::State::InvoiceKeys

Public Instance Methods

invoice_key() click to toggle source
# File lib/ydim/html/state/invoice.rb, line 22
def invoice_key
  :invoice
end
invoice_keys() click to toggle source
# File lib/ydim/html/state/invoice.rb, line 25
def invoice_keys
  invoice_mandatory + [:precision, :suppress_vat]
end
invoice_mandatory() click to toggle source
# File lib/ydim/html/state/invoice.rb, line 28
def invoice_mandatory
  [:description, :date, :currency]
end