class SleeperRb::Resources::Avatar

The Avatar class allows access to full-size or thumbnail URLs for user avatars.

Attributes

avatar_id[R]

Public Instance Methods

full_size() click to toggle source

Returns the full size image for the Avatar

@return [Tempfile]

# File lib/sleeper_rb/resources/avatar.rb, line 15
      
thumbnail() click to toggle source

Returns the full size image for the Avatar

@return [Tempfile]

# File lib/sleeper_rb/resources/avatar.rb, line 26
cached_attr :full_size, :thumbnail, :avatar_id