class Postmen::ServiceOptionCOD

Attributes

cod_value[R]
type[R]

Public Class Methods

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