class Spritpreisrechner::Contact
Attributes
fax[R]
mail[R]
telephone[R]
website[R]
Public Class Methods
new(contact)
click to toggle source
# File lib/spritpreisrechner/contact.rb, line 5 def initialize(contact) @telephone = contact[:contact] @website = contact[:website] @fax = contact[:fax] @mail = contact[:mail] end