class Medium::Post::Paragraph::Iframe

Defined in:

medium/post/paragraph.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def content : String | Nil #

[View source]
def get #

[View source]
def iframeHeight : Union(Int64, Nil) #

def iframeHeight=(_iframeHeight : Union(Int64, Nil)) #

def iframeWidth : Union(Int64, Nil) #

def iframeWidth=(_iframeWidth : Union(Int64, Nil)) #

def mediaResourceId : String #

def mediaResourceId=(_mediaResourceId : String) #

def thumbnailUrl : Union(String, Nil) #

def thumbnailUrl=(_thumbnailUrl : Union(String, Nil)) #

def to_json(json : JSON::Builder) #