Class: ShotwellFS::FileSystem::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/shotwellfs/filesystem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



24
25
26
# File 'lib/shotwellfs/filesystem.rb', line 24

def id
  @id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



24
25
26
# File 'lib/shotwellfs/filesystem.rb', line 24

def path
  @path
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



24
25
26
# File 'lib/shotwellfs/filesystem.rb', line 24

def time
  @time
end

#xattrObject

Returns the value of attribute xattr

Returns:

  • (Object)

    the current value of xattr



24
25
26
# File 'lib/shotwellfs/filesystem.rb', line 24

def xattr
  @xattr
end