Class: LibyearRb::Result
- Inherits:
-
Data
- Object
- Data
- LibyearRb::Result
- Defined in:
- lib/libyear_rb/models.rb
Instance Attribute Summary collapse
-
#current_version ⇒ Object
readonly
Returns the value of attribute current_version.
-
#current_version_release_date ⇒ Object
readonly
Returns the value of attribute current_version_release_date.
-
#is_direct ⇒ Object
readonly
Returns the value of attribute is_direct.
-
#latest_version ⇒ Object
readonly
Returns the value of attribute latest_version.
-
#latest_version_release_date ⇒ Object
readonly
Returns the value of attribute latest_version_release_date.
-
#libyear_in_days ⇒ Object
readonly
Returns the value of attribute libyear_in_days.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#version_distance ⇒ Object
readonly
Returns the value of attribute version_distance.
Instance Attribute Details
#current_version ⇒ Object (readonly)
Returns the value of attribute current_version
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def current_version @current_version end |
#current_version_release_date ⇒ Object (readonly)
Returns the value of attribute current_version_release_date
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def current_version_release_date @current_version_release_date end |
#is_direct ⇒ Object (readonly)
Returns the value of attribute is_direct
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def is_direct @is_direct end |
#latest_version ⇒ Object (readonly)
Returns the value of attribute latest_version
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def latest_version @latest_version end |
#latest_version_release_date ⇒ Object (readonly)
Returns the value of attribute latest_version_release_date
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def latest_version_release_date @latest_version_release_date end |
#libyear_in_days ⇒ Object (readonly)
Returns the value of attribute libyear_in_days
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def libyear_in_days @libyear_in_days end |
#name ⇒ Object (readonly)
Returns the value of attribute name
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def name @name end |
#version_distance ⇒ Object (readonly)
Returns the value of attribute version_distance
16 17 18 |
# File 'lib/libyear_rb/models.rb', line 16 def version_distance @version_distance end |