struct Savi::SpecMarkdown::Example
- Savi::SpecMarkdown::Example
- Struct
- Value
- Object
Defined in:
savi/spec_markdown.crConstructors
Instance Method Summary
- #code_blocks : Array(String)
- #code_blocks=(code_blocks : Array(String))
- #comments : Array(String)
- #comments=(comments : Array(String))
- #expected_errors : Array(String)
- #expected_errors=(expected_errors : Array(String))
- #expected_ffigen : Array(String)
- #expected_ffigen=(expected_ffigen : Array(String))
- #expected_format_results : Array({String, String})
- #expected_format_results=(expected_format_results : Array(Tuple(String, String)))
- #expected_param_types : Array({String, String, Int32, String})
- #expected_param_types=(expected_param_types : Array(Tuple(String, String, Int32, String)))
- #expected_param_xtypes : Array({String, String, Int32, String})
- #expected_param_xtypes=(expected_param_xtypes : Array(Tuple(String, String, Int32, String)))
- #expected_return_types : Array({String, String, String})
- #expected_return_types=(expected_return_types : Array(Tuple(String, String, String)))
- #expected_return_xtypes : Array({String, String, String})
- #expected_return_xtypes=(expected_return_xtypes : Array(Tuple(String, String, String)))
- #expected_types_graph : Array({String, String, String})
- #expected_types_graph=(expected_types_graph : Array(Tuple(String, String, String)))
- #expected_xtypes_graph : Array({String, String, String})
- #expected_xtypes_graph=(expected_xtypes_graph : Array(Tuple(String, String, String)))
- #generated_class_name
- #generated_code
- #generated_comments_code
- #incomplete?
- #initialize