Class: VA3C::Vertex
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
-
#z ⇒ Object
Returns the value of attribute z.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
61 62 63 |
# File 'lib/measures/view_data/resources/va3c.rb', line 61 def x @x end |
#y ⇒ Object
Returns the value of attribute y
61 62 63 |
# File 'lib/measures/view_data/resources/va3c.rb', line 61 def y @y end |
#z ⇒ Object
Returns the value of attribute z
61 62 63 |
# File 'lib/measures/view_data/resources/va3c.rb', line 61 def z @z end |