class Marker::Image
- Marker::Image
- Marker::Inline
- Marker::Node
- Reference
- Object
Defined in:
marker/node.crConstructors
Instance Method Summary
- #description : Array(Inline)
- #description=(description : Array(Inline))
- #destination : String
- #destination=(destination : String)
- #title : String | Nil
- #title=(title : String | Nil)
Constructor Detail
def self.new(description : Array(Marker::Inline), destination : String, title : Nil | String = nil)
#