class Postfixman::RecipientBcc
Attributes
enabled[RW]
from[RW]
id[RW]
to[RW]
Public Class Methods
new(attributes={})
click to toggle source
# File lib/postfixman/recipient_bcc.rb, line 5 def initialize(attributes={}) attributes.each do |k,v| self.send("#{k}=", v) if self.respond_to?(k) end end