class Crog::Parse
- Crog::Parse
- Reference
- Object
Defined in:
crog.crConstructors
Instance Method Summary
- #author : String | Nil
- #author=(author : String | Nil)
- #date : String | Nil
- #date=(date : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #get_author(node : XML::Node)
- #get_date(node : XML::Node)
- #get_description(node : XML::Node)
- #get_image(node : XML::Node)
- #get_logo(node : XML::Node)
- #get_tags(node : XML::Node)
- #get_title(node : XML::Node)
- #get_url(node : XML::Node)
- #image : String | Nil
- #image=(image : String | Nil)
- #image_height : Int32 | Nil
- #image_height=(image_height : Int32 | Nil)
- #image_width : Int32 | Nil
- #image_width=(image_width : Int32 | Nil)
- #logo : String | Nil
- #logo=(logo : String | Nil)
- #tags : Array(String)
- #tags=(tags : Array(String))
- #title : String | Nil
- #title=(title : String | Nil)
- #url : String | Nil
- #url=(url : String | Nil)