Class: Fargo::Listing

Inherits:
Struct
  • Object
show all
Defined in:
lib/fargo/supports/remote_file_list.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def mtime
  @mtime
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def name
  @name
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def nick
  @nick
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def root
  @root
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def size
  @size
end

#tthObject

Returns the value of attribute tth

Returns:

  • (Object)

    the current value of tth



5
6
7
# File 'lib/fargo/supports/remote_file_list.rb', line 5

def tth
  @tth
end