class Crog::Parse

Defined in:

crog.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(site : String) #

[View source]

Instance Method Detail

def author : String | Nil #

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

[View source]
def date : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def get_author(node : XML::Node) #

[View source]
def get_date(node : XML::Node) #

[View source]
def get_description(node : XML::Node) #

[View source]
def get_image(node : XML::Node) #

[View source]
def get_logo(node : XML::Node) #

[View source]
def get_tags(node : XML::Node) #

[View source]
def get_title(node : XML::Node) #

[View source]
def get_url(node : XML::Node) #

[View source]
def image : String | Nil #

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

[View source]
def image_height : Int32 | Nil #

[View source]
def image_height=(image_height : Int32 | Nil) #

[View source]
def image_width : Int32 | Nil #

[View source]
def image_width=(image_width : Int32 | Nil) #

[View source]
def logo : String | Nil #

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

[View source]
def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]
def title : String | Nil #

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

[View source]
def url : String | Nil #

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

[View source]