class Bradach::Result
- Bradach::Result
- Reference
- Object
Overview
An encapsulation of the results received from the API, with an additional
#uri
method which builds a magnet link (using the #info_hash
and the list
of trackers).
Included Modules
- JSON::Serializable
Defined in:
bradach.crConstructors
Instance Method Summary
-
#<=>(other)
Comparable
- #added : String | Nil
- #category : String | Nil
- #id : String | Nil
- #imdb : String | Nil
- #info_hash : String | Nil
- #leechers : String | Nil
- #name : String | Nil
- #num_files : String | Nil
- #params : Array(String)
- #seeders : String
- #size : String | Nil
- #status : String | Nil
- #uri : String
- #username : String | Nil