Class: PrettyText::DetectedLink

Inherits:
Struct
  • Object
show all
Defined in:
lib/pretty_text.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_quoteObject

Returns the value of attribute is_quote

Returns:

  • (Object)

    the current value of is_quote



390
391
392
# File 'lib/pretty_text.rb', line 390

def is_quote
  @is_quote
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



390
391
392
# File 'lib/pretty_text.rb', line 390

def url
  @url
end