Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Tmdb::LazyIterator(T)
Inherits
Enumerable
<
Reference
<
Object
Constructors
new
(resource :
Resource
, max_pages :
Int32
= 500, skip_cache :
Bool
= false, initializer :
JSON::Any
->
T
= ->(item :
JSON::Any
) do
T
.new(item) end)
Source
Instance methods
each
Must yield this collection's elements to the block.
Source
resource
Source
total_items
Source