class Crygreq::Profile

Included Modules

Defined in:

crygreq.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def followers : Int32 #

[View source]
def followers=(followers : Int32) #

[View source]
def following : Int32 #

[View source]
def following=(following : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def picture : String #

[View source]
def picture=(picture : String) #

[View source]
def repositories : Int32 #

[View source]
def repositories=(repositories : Int32) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]