Class: Ast::Crispr::Markdown::Markly::HtmlDetailsOwner
- Inherits:
-
Struct
- Object
- Struct
- Ast::Crispr::Markdown::Markly::HtmlDetailsOwner
- Defined in:
- lib/ast/crispr/markdown/markly.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#source ⇒ Object
Returns the value of attribute source.
-
#summary_text ⇒ Object
Returns the value of attribute summary_text.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
378 379 380 |
# File 'lib/ast/crispr/markdown/markly.rb', line 378 def location @location end |
#source ⇒ Object
Returns the value of attribute source
378 379 380 |
# File 'lib/ast/crispr/markdown/markly.rb', line 378 def source @source end |
#summary_text ⇒ Object
Returns the value of attribute summary_text
378 379 380 |
# File 'lib/ast/crispr/markdown/markly.rb', line 378 def summary_text @summary_text end |