Class: Tempest::Facet::Link

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

Instance Attribute Summary collapse

Instance Attribute Details

#byte_endObject (readonly)

Returns the value of attribute byte_end

Returns:

  • (Object)

    the current value of byte_end



9
10
11
# File 'lib/tempest/facet.rb', line 9

def byte_end
  @byte_end
end

#byte_startObject (readonly)

Returns the value of attribute byte_start

Returns:

  • (Object)

    the current value of byte_start



9
10
11
# File 'lib/tempest/facet.rb', line 9

def byte_start
  @byte_start
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



9
10
11
# File 'lib/tempest/facet.rb', line 9

def uri
  @uri
end