class ShouldIWatchThis::Lookup::Options
- ShouldIWatchThis::Lookup::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Lookup
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
should-i-watch-this.cr:22should-i-watch-this.cr:23
Instance Method Summary
-
#l?
Returns the -l option value.
-
#show_links?
Returns the -l option value.
-
#title_or_imdb_id
Returns the TITLE_OR_IMDB_ID argument value.
-
#title_or_imdb_id?
Returns the TITLE_OR_IMDB_ID argument value.
-
#y
Returns the -y option value.
-
#y?
Returns the -y option value.
-
#year
Returns the -y option value.
-
#year?
Returns the -y option value.
Instance Method Detail
Returns the -l option value.
This method is automatically defined by the optarg library.
Returns the TITLE_OR_IMDB_ID argument value.
This method is automatically defined by the optarg library.
Returns the TITLE_OR_IMDB_ID argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -y option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -y option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.