Class: Tempest::Facet::Link
- Inherits:
-
Data
- Object
- Data
- Tempest::Facet::Link
- Defined in:
- lib/tempest/facet.rb
Instance Attribute Summary collapse
-
#byte_end ⇒ Object
readonly
Returns the value of attribute byte_end.
-
#byte_start ⇒ Object
readonly
Returns the value of attribute byte_start.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Attribute Details
#byte_end ⇒ Object (readonly)
Returns the value of attribute byte_end
9 10 11 |
# File 'lib/tempest/facet.rb', line 9 def byte_end @byte_end end |
#byte_start ⇒ Object (readonly)
Returns the value of attribute byte_start
9 10 11 |
# File 'lib/tempest/facet.rb', line 9 def byte_start @byte_start end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri
9 10 11 |
# File 'lib/tempest/facet.rb', line 9 def uri @uri end |