Class: Wx::SF::ShapeCanvas::Version::VersionInfo
- Inherits:
-
Struct
- Object
- Struct
- Wx::SF::ShapeCanvas::Version::VersionInfo
- Defined in:
- lib/wx/shapes/shape_canvas.rb
Instance Attribute Summary collapse
-
#major ⇒ Object
Returns the value of attribute major.
-
#minor ⇒ Object
Returns the value of attribute minor.
-
#release ⇒ Object
Returns the value of attribute release.
Instance Method Summary collapse
Instance Attribute Details
#major ⇒ Object
Returns the value of attribute major
334 335 336 |
# File 'lib/wx/shapes/shape_canvas.rb', line 334 def major @major end |
#minor ⇒ Object
Returns the value of attribute minor
334 335 336 |
# File 'lib/wx/shapes/shape_canvas.rb', line 334 def minor @minor end |
#release ⇒ Object
Returns the value of attribute release
334 335 336 |
# File 'lib/wx/shapes/shape_canvas.rb', line 334 def release @release end |
Instance Method Details
#to_s ⇒ Object
335 336 337 |
# File 'lib/wx/shapes/shape_canvas.rb', line 335 def to_s "#{major}.#{minor}.#{release}" end |