Returns a new instance of EntryBase.
40 41 42 43 44
# File 'lib/pastehub/syncentry.rb', line 40 def initialize( hostname ) config = PasteHub::Config.instance @hostname = hostname @filepath = config.localSyncPath + @hostname + ".dat" end