class Postmen::Billing

Attributes

method[R]
paid_by[R]

Public Class Methods

new(options) click to toggle source
# File lib/postmen/billing.rb, line 8
def initialize(options)
  @paid_by = options[:paid_by]
  @method = options[:method]
end