class TiaCrawler::Credentials

Attributes

password[RW]
tia[RW]
unit[RW]

Public Class Methods

new(tia, pass, unit) click to toggle source
# File lib/tia/models/credentials.rb, line 4
def initialize(tia, pass, unit)
  @tia = tia
  @password = pass
  @unit = unit
end