class PostSample

Included Modules

Defined in:

e6/types/post.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def alternates : Hash(String, PostSampleAlternates) #

[View source]
def alternates=(alternates : Hash(String, PostSampleAlternates)) #

[View source]
def has : Bool #

[View source]
def has=(has : Bool) #

[View source]
def height : UInt32 #

[View source]
def height=(height : UInt32) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]
def width : UInt32 #

[View source]
def width=(width : UInt32) #

[View source]