EasySubtitle::SubtitleCandidate
Inherits Reference / Object
Constructors
new(file_id : Int64, file_name : String = "", language : String = "en", download_count : Int64 = 0_i64, hearing_impaired : Bool = false, movie_hash_match : Bool = false, release : String = "", fps : Float64 = 0.0, from_trusted : Bool = false, parent_title : String = "")
SourceInstance methods
download_count
Sourcedownload_count=(download_count : Int64)
Sourcefile_id
Sourcefile_id=(file_id : Int64)
Sourcefile_name
Sourcefile_name=(file_name : String)
Sourcefps
Sourcefps=(fps : Float64)
Sourcefrom_trusted
Sourcefrom_trusted=(from_trusted : Bool)
Sourcehearing_impaired
Sourcehearing_impaired=(hearing_impaired : Bool)
Sourcelanguage
Sourcelanguage=(language : String)
Sourcemovie_hash_match
Sourcemovie_hash_match=(movie_hash_match : Bool)
Sourceparent_title
Sourceparent_title=(parent_title : String)
Sourcerelease
Sourcerelease=(release : String)
Sourceto_s(io : IO) : Nil
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>