Class: Ast::Crispr::Markdown::Markly::HtmlDetailsOwner

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/crispr/markdown/markly.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



378
379
380
# File 'lib/ast/crispr/markdown/markly.rb', line 378

def location
  @location
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



378
379
380
# File 'lib/ast/crispr/markdown/markly.rb', line 378

def source
  @source
end

#summary_textObject

Returns the value of attribute summary_text

Returns:

  • (Object)

    the current value of summary_text



378
379
380
# File 'lib/ast/crispr/markdown/markly.rb', line 378

def summary_text
  @summary_text
end