class Postmen::ServiceOptionGeneral

Attributes

enabled[R]
type[R]

Public Class Methods

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