Class: Fargo::Listing
- Defined in:
- lib/fargo/supports/remote_file_list.rb
Instance Attribute Summary collapse
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#root ⇒ Object
Returns the value of attribute root.
-
#size ⇒ Object
Returns the value of attribute size.
-
#tth ⇒ Object
Returns the value of attribute tth.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#mtime ⇒ Object
Returns the value of attribute mtime
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def mtime @mtime end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def name @name end |
#nick ⇒ Object
Returns the value of attribute nick
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def nick @nick end |
#root ⇒ Object
Returns the value of attribute root
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def root @root end |
#size ⇒ Object
Returns the value of attribute size
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def size @size end |
#tth ⇒ Object
Returns the value of attribute tth
5 6 7 |
# File 'lib/fargo/supports/remote_file_list.rb', line 5 def tth @tth end |