module Spree::PrintInvoice
Constants
- Config
Public Class Methods
config() { |Config| ... }
click to toggle source
# File lib/spree_print_invoice.rb, line 9 def self.config(&block) yield(Spree::PrintInvoice::Config) end
version()
click to toggle source
Returns the version of the currently loaded Spree::PrintInvoice
as a Gem::Version
# File lib/spree_print_invoice/version.rb, line 5 def self.version Gem::Version.new VERSION::STRING end