Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614721
base.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
Sat, Mar 21, 3:13 AM
Size
385 B
Mime Type
text/x-ruby
Expires
Mon, Mar 23, 3:13 AM (2 h, 34 m)
Engine
blob
Format
Raw Data
Handle
354163
Attached To
rWEBDNS WebDNS (edet4)
base.rb
View Options
module
DNSWorker
module
Pushers
class
Base
attr_reader
:cfg
def
initialize
(
cfg
,
debug
=
false
)
@cfg
=
cfg
@debug
=
@debug
end
def
log
(
this
)
$stderr
.
puts
(
this
)
if
debug?
end
def
debug?
@debug
end
def
replace_ds
(
parent
,
zone
,
dss
)
raise
NotImplementedError
end
end
end
end
Event Timeline
Log In to Comment