Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
should-i-watch-this
v1.8.0
Top Level Namespace
BaseOutputRenderer
Configuration
DecimalScore
HtmlExtractor
HtmlHttpGrabber
HttpGrabber
HttpUserInterface
JsonHttpGrabber
JsonOutputRenderer
Lookup
MissingScore
Movie
OutputResult
PercentageScore
Progress
Recommendation
Recommender
Score
ScoreFactory
ScoreFetcher
ScoreValue
ShouldIWatchThis
Configure
Help
Options
Parser
Help
Lookup
Help
Options
Parser
Options
Parser
TextOutputRenderer
Built with Crystal 1.9.2
2023-10-08 16:59:04 UTC
class
Progress
Progress
Reference
Object
Defined in:
progress.cr
Constant Summary
SPINNER_CHARACTERS
=
[
"⠋"
,
"⠙"
,
"⠹"
,
"⠸"
,
"⠼"
,
"⠴"
,
"⠦"
,
"⠧"
,
"⠇"
,
"⠏"
]
of
::
String
Constructors
.new
(movie : Movie)
Instance Method Summary
#done_text
#movie
: Movie
#progress_text
#show_spinner
#start
#stop
(result_text)
Constructor Detail
def self.
new
(movie :
Movie
)
#
[
View source
]
Instance Method Detail
def
done_text
#
[
View source
]
def
movie
:
Movie
#
[
View source
]
def
progress_text
#
[
View source
]
def
show_spinner
#
[
View source
]
def
start
#
[
View source
]
def
stop
(result_text)
#
[
View source
]