Class: Imgur::Model::Album

Inherits:
Base
  • Object
show all
Includes:
Mixin::CreatedAtDatetime
Defined in:
(ruby-imgur 0.0.1) ruby-imgur/model.rb

Overview

Imgur Album model

Constant Summary collapse

MODEL_KEYS =

List of Album model keys.

%i(
  id title description datetime cover cover_edited cover_width cover_height
  account_url account_id privacy layout views link favorite nsfw
  section images_count in_gallery is_ad include_album_ads is_album
  deletehash order
).freeze

Method Summary

Methods included from Mixin::CreatedAtDatetime

#created_at

Methods inherited from Base

#initialize, #to_obj

Constructor Details

This class inherits a constructor from Imgur::Model::Base