class Facebook::Request
- Facebook::Request
- Reference
- Object
Defined in:
facebook/request.crConstructors
Instance Method Summary
- #api : Api
- #api=(v : Api) : Api
-
#api=(v : Nil)
nil
assignments are always ignored - #api? : Api | Nil
- #auth : Auth
- #auth=(v : Auth) : Auth
-
#auth=(v : Nil)
nil
assignments are always ignored - #auth? : Auth | Nil
- #authorize! : Request
- #headers(*args, **options)
- #headers(*args, **options, &)
- #host : Host
- #host=(v : Host) : Host
-
#host=(v : Nil)
nil
assignments are always ignored - #host? : Host | Nil
- #method(*args, **options)
- #method(*args, **options, &)
- #path(*args, **options)
- #path(*args, **options, &)
-
#to_s(io : IO)
"GET http://..."
- #url : String
Constructor Detail
def self.new(api : Facebook::Api | Nil = nil, auth : Facebook::Auth | Nil = nil, host : Nil | Facebook::Host = nil)
#