Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462072
counter.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 18, 7:59 PM
Size
424 B
Mime Type
text/x-c++
Expires
Tue, May 20, 7:59 PM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
220518
Attached To
rARCHIVING archiving
counter.rb
View Options
# Bacula Counter table
#
# The Counter table contains one entry for each permanent counter defined by the user.
class
Counter
<
ActiveRecord
::
Base
self
.
table_name
=
:Counters
self
.
primary_key
=
:Counter
alias_attribute
:counter
,
:Counter
alias_attribute
:min_value
,
:MinValue
alias_attribute
:max_value
,
:MaxValue
alias_attribute
:current_value
,
:CurrentValue
alias_attribute
:wrap_coounter
,
:WrapCounter
end
Event Timeline
Log In to Comment