class Facebook::Api::GetFixed

Included Modules

Defined in:

facebook/api/get_fixed.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Facebook::Api

apply_access_token!(token : String) apply_access_token!, data : Hash(String, String) data, data=(v : Hash(String, String)) : Hash(String, String)
data=(v : Nil)
data=
, data? : Hash(String, String) | Nil data?, form : Hash(String, String) form, form=(v : Hash(String, String)) : Hash(String, String)
form=(v : Nil)
form=
, form? : Hash(String, String) | Nil form?, method : Method method, method=(v : Method) : Method
method=(v : Nil)
method=
, method? : Method | Nil method?, path : String path, path=(v : String) : String
path=(v : Nil)
path=
, path? : String | Nil path?, request_path : String request_path, to_s(io : IO) to_s, validate! validate!

Constructor Detail

def self.new(path : String) #

[View source]

Class Method Detail

def self.parse(s : String) #

[View source]

Instance Method Detail

def apply_access_token!(token : String) #

[View source]
def request_path : String #

[View source]
def validate! #

[View source]