class CyberJyrki::Models::Imgur::Album
- CyberJyrki::Models::Imgur::Album
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyber_jyrki/models/imgur/album.crConstructors
Instance Method Summary
- #ad? : Bool
- #datetime : Time
- #datetime=(datetime : Time)
- #description : String | Nil
- #description=(description : String | Nil)
- #id : String
- #id=(id : String)
- #images : Array(Image)
- #images=(images : Array(Image))
- #is_ad : Bool
- #is_ad=(is_ad : Bool)
- #link : String
- #link=(link : String)
- #title : String | Nil
- #title=(title : String | Nil)