class Twitter::Relationship

Included Modules

Defined in:

twitter/serializations/relationship.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def connections : Array(String) #

def connections=(connections : Array(String)) #

def id : Int64 #

def id=(id : Int64) #

def id_str : String #

def id_str=(id_str : String) #

def name : String #

def name=(name : String) #

def screen_name : String #

def screen_name=(screen_name : String) #