Class: Imgur::Model::Account

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

Overview

Imgur Account model

Constant Summary collapse

MODEL_KEYS =

List of Account model keys.

%i(
  id url bio avatar avatar_name cover cover_name reputation reputation_name
  created pro_expiration user_follow is_blocked
).freeze

Method Summary

Methods included from Mixin::CreatedAtCreated

#created_at

Methods inherited from Base

#initialize, #to_obj

Constructor Details

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