class MyTankInfo::NotificationRule
Public Instance Methods
contacts()
click to toggle source
# File lib/my_tank_info/objects/notification_rule.rb, line 5 def contacts @attributes.contacts.map { |contact| NotificationContact.new(contact) } end