class PostSampleAlternates

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 after_initialize #

[View source]
def height : UInt32 #

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

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def urls : Array(String | Nil) #

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

[View source]
def width : UInt32 #

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

[View source]