Class: MisarBlog::Models::Profile

Inherits:
Base
  • Object
show all
Defined in:
lib/misarblog/models.rb

Overview

The authenticated developer's public profile (GET /me).

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#[], #initialize, #to_h

Constructor Details

This class inherits a constructor from MisarBlog::Models::Base

Instance Method Details

#avatar_urlObject



65
# File 'lib/misarblog/models.rb', line 65

def avatar_url;       @raw["avatar_url"];       end

#bioObject



64
# File 'lib/misarblog/models.rb', line 64

def bio;              @raw["bio"];              end

#created_atObject



68
# File 'lib/misarblog/models.rb', line 68

def created_at;       @raw["created_at"];       end

#display_nameObject



63
# File 'lib/misarblog/models.rb', line 63

def display_name;     @raw["display_name"];     end

#idObject



61
# File 'lib/misarblog/models.rb', line 61

def id;               @raw["id"];               end

#profile_urlObject



67
# File 'lib/misarblog/models.rb', line 67

def profile_url;      @raw["profile_url"];      end

#stripe_connectedObject



66
# File 'lib/misarblog/models.rb', line 66

def stripe_connected; @raw["stripe_connected"]; end

#usernameObject



62
# File 'lib/misarblog/models.rb', line 62

def username;         @raw["username"];         end