Class: Anydoc::Inline

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#altObject (readonly)

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



13
14
15
# File 'lib/anydoc.rb', line 13

def alt
  @alt
end

#anchorObject (readonly)

Returns the value of attribute anchor

Returns:

  • (Object)

    the current value of anchor



13
14
15
# File 'lib/anydoc.rb', line 13

def anchor
  @anchor
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



13
14
15
# File 'lib/anydoc.rb', line 13

def content
  @content
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/anydoc.rb', line 13

def kind
  @kind
end

#note_idObject (readonly)

Returns the value of attribute note_id

Returns:

  • (Object)

    the current value of note_id



13
14
15
# File 'lib/anydoc.rb', line 13

def note_id
  @note_id
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/anydoc.rb', line 13

def source
  @source
end

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



13
14
15
# File 'lib/anydoc.rb', line 13

def style
  @style
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



13
14
15
# File 'lib/anydoc.rb', line 13

def target
  @target
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



13
14
15
# File 'lib/anydoc.rb', line 13

def text
  @text
end