Class: Gecko::Widget::Geckometer::EndPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/gecko/graph/geckometer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'lib/gecko/graph/geckometer.rb', line 4

def text
  @text
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/gecko/graph/geckometer.rb', line 4

def value
  @value
end