class CyberJyrki::Models::Imgur::Image
- CyberJyrki::Models::Imgur::Image
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyber_jyrki/models/imgur/image.crConstructors
Instance Method Summary
- #ad? : Bool
- #animated : Bool
- #animated=(animated : Bool)
- #datetime : Time
- #datetime=(datetime : Time)
- #description : String | Nil
- #description=(description : String | Nil)
- #height : Int64
- #height=(height : Int64)
- #id : String
- #id=(id : String)
- #is_ad : Bool
- #is_ad=(is_ad : Bool)
- #link : String
- #link=(link : String)
- #size : Int64
- #size=(size : Int64)
- #title : String | Nil
- #title=(title : String | Nil)
- #type : String
- #type=(type : String)
- #views : Int64
- #views=(views : Int64)
- #width : Int64
- #width=(width : Int64)