Class: Telegraph::Types::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/telegraph/types/account.rb

Constant Summary collapse

SHORT_NAME =
'short_name'
AUTHOR_NAME =
'author_name'
AUTHOR_URL =
'author_url'
AUTH_URL =
'auth_url'
PAGE_COUNT =
'page_count'
FIELDS =
[SHORT_NAME, AUTHOR_NAME, AUTHOR_URL, AUTH_URL, PAGE_COUNT]