Class: Client

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/client.rb

Instance Method Summary collapse

Instance Method Details

#autoprune?Boolean

Returns:

  • (Boolean)


10
# File 'app/models/client.rb', line 10

def autoprune?; self.AutoPrune?; end

#fileretentionObject



11
# File 'app/models/client.rb', line 11

def fileretention; self.FileRetention; end

#idObject



7
# File 'app/models/client.rb', line 7

def id; self.ClientId; end

#jobretentionObject



12
# File 'app/models/client.rb', line 12

def jobretention; self.JobRetention; end

#nameObject



8
# File 'app/models/client.rb', line 8

def name; self.Name; end

#unameObject



9
# File 'app/models/client.rb', line 9

def uname; self.Uname rescue ""; end