Class: Gecko::Widget::Geckometer::EndPoint
- Inherits:
-
Struct
- Object
- Struct
- Gecko::Widget::Geckometer::EndPoint
- Defined in:
- lib/gecko/graph/geckometer.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
4 5 6 |
# File 'lib/gecko/graph/geckometer.rb', line 4 def text @text end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/gecko/graph/geckometer.rb', line 4 def value @value end |