class Twitter::Cursor

Included Modules

Defined in:

twitter/serializations/cursor.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def next_cursor : Int64 #

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

[View source]
def next_cursor_str : String #

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

[View source]
def previous_cursor : Int64 #

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

[View source]
def previous_cursor_str : String #

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

[View source]