class ShortURL::Service
- ShortURL::Service
- Reference
- Object
Direct Known Subclasses
- ShortURL::Services::Isgd
- ShortURL::Services::Shorl
- ShortURL::Services::TinyURL
- ShortURL::Services::Vgd
Defined in:
shorturl/service.crConstructors
Instance Method Summary
- #action : String
- #action=(action : String)
- #code : Int32
- #code=(code : Int32)
- #hostname : String
- #method : Symbol
- #method=(method : Symbol)
- #on_body(body : String)
- #on_response(response : HTTP::Client::Response)
- #param : String
- #param=(param : String)
- #port : Int32
- #port=(port : Int32)
- #shorten(url : String)
- #ssl : Bool
- #ssl=(ssl : Bool)