class Juli::Command::FileEntry
used in both Juli::Command::Sitemap
Juli::Command::RecentUpdate
Attributes
mtime[RW]
path[RW]
Public Class Methods
new(path, mtime)
click to toggle source
# File lib/juli/command/file_entry.rb, line 6 def initialize(path, mtime) @path = path @mtime = mtime end