struct Shortcodes::Shortcode

Defined in:

shortcodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, data : String, matching : Bool, markdown : Bool, is_inline : Bool, self_closing : Bool, escaped : Bool, args : Array(Shortcodes::Arg), whole : String, position : Int32, len : UInt32) #

[View source]

Instance Method Detail

def args : Array(Arg) #

[View source]
def args=(args : Array(Arg)) #

[View source]
def data : String #

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

[View source]
def escaped=(escaped : Bool) #

[View source]
def escaped? : Bool #

[View source]
def is_inline=(is_inline : Bool) #

[View source]
def is_inline? : Bool #

[View source]
def len : UInt32 #

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

[View source]
def markdown=(markdown : Bool) #

[View source]
def markdown? : Bool #

[View source]
def matching=(matching : Bool) #

[View source]
def matching? : Bool #

[View source]
def name : String #

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

[View source]
def position : Int32 #

[View source]
def position=(position : Int32) #

[View source]
def self_closing=(self_closing : Bool) #

[View source]
def self_closing? : Bool #

[View source]
def whole : String #

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

[View source]