class Twitter::Relationship

Included Modules

Defined in:

twitter/serializations/relationship.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def connections : Array(String) #

[View source]
def connections=(connections : Array(String)) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def id_str : String #

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

[View source]
def name : String #

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

[View source]
def screen_name : String #

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

[View source]