Class: Coradoc::Markdown::Serializer::Context::LinkRef

Inherits:
Struct
  • Object
show all
Defined in:
lib/coradoc/markdown/serializer/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



62
63
64
# File 'lib/coradoc/markdown/serializer/context.rb', line 62

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



62
63
64
# File 'lib/coradoc/markdown/serializer/context.rb', line 62

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



62
63
64
# File 'lib/coradoc/markdown/serializer/context.rb', line 62

def url
  @url
end