Class: Arrolio::Renderer::LinkAnnotator::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrolio/renderer/link_annotator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



10
11
12
# File 'lib/arrolio/renderer/link_annotator.rb', line 10

def height
  @height
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



10
11
12
# File 'lib/arrolio/renderer/link_annotator.rb', line 10

def uri
  @uri
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



10
11
12
# File 'lib/arrolio/renderer/link_annotator.rb', line 10

def width
  @width
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



10
11
12
# File 'lib/arrolio/renderer/link_annotator.rb', line 10

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



10
11
12
# File 'lib/arrolio/renderer/link_annotator.rb', line 10

def y
  @y
end