Class: Postmen::ServiceOptionCOD

Inherits:
Object
  • Object
show all
Includes:
Common
Defined in:
lib/postmen/service_option_cod.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Common

#to_hash

Constructor Details

#initialize(options) ⇒ ServiceOptionCOD

Returns a new instance of ServiceOptionCOD.



8
9
10
11
# File 'lib/postmen/service_option_cod.rb', line 8

def initialize(options)
  @type = options[:type]
  @cod_value = options[:cod_value]
end

Instance Attribute Details

#cod_valueObject (readonly)

Returns the value of attribute cod_value.



5
6
7
# File 'lib/postmen/service_option_cod.rb', line 5

def cod_value
  @cod_value
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/postmen/service_option_cod.rb', line 5

def type
  @type
end