Class: LibyearRb::RubyVersion
- Inherits:
-
Data
- Object
- Data
- LibyearRb::RubyVersion
- Defined in:
- lib/libyear_rb/models.rb
Instance Attribute Summary collapse
-
#engine ⇒ Object
readonly
Returns the value of attribute engine.
-
#patchlevel ⇒ Object
readonly
Returns the value of attribute patchlevel.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#engine ⇒ Object (readonly)
Returns the value of attribute engine
13 14 15 |
# File 'lib/libyear_rb/models.rb', line 13 def engine @engine end |
#patchlevel ⇒ Object (readonly)
Returns the value of attribute patchlevel
13 14 15 |
# File 'lib/libyear_rb/models.rb', line 13 def patchlevel @patchlevel end |
#version ⇒ Object (readonly)
Returns the value of attribute version
13 14 15 |
# File 'lib/libyear_rb/models.rb', line 13 def version @version end |