class Postmen::ServiceOptionInsurance

Attributes

insured_value[R]
type[R]

Public Class Methods

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