struct Savi::SpecMarkdown::Example

Defined in:

savi/spec_markdown.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def code_blocks : Array(String) #

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

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

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

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

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

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

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

[View source]
def expected_format_results : Array({String, String}) #

[View source]
def expected_format_results=(expected_format_results : Array(Tuple(String, String))) #

[View source]
def expected_param_types : Array({String, String, Int32, String}) #

[View source]
def expected_param_types=(expected_param_types : Array(Tuple(String, String, Int32, String))) #

[View source]
def expected_param_xtypes : Array({String, String, Int32, String}) #

[View source]
def expected_param_xtypes=(expected_param_xtypes : Array(Tuple(String, String, Int32, String))) #

[View source]
def expected_return_types : Array({String, String, String}) #

[View source]
def expected_return_types=(expected_return_types : Array(Tuple(String, String, String))) #

[View source]
def expected_return_xtypes : Array({String, String, String}) #

[View source]
def expected_return_xtypes=(expected_return_xtypes : Array(Tuple(String, String, String))) #

[View source]
def expected_types_graph : Array({String, String, String}) #

[View source]
def expected_types_graph=(expected_types_graph : Array(Tuple(String, String, String))) #

[View source]
def expected_xtypes_graph : Array({String, String, String}) #

[View source]
def expected_xtypes_graph=(expected_xtypes_graph : Array(Tuple(String, String, String))) #

[View source]
def generated_class_name #

[View source]
def generated_code #

[View source]
def generated_comments_code #

[View source]
def incomplete? #

[View source]
def initialize #

[View source]