Class: LibyearRb::GemVersion
- Inherits:
-
Data
- Object
- Data
- LibyearRb::GemVersion
- Defined in:
- lib/libyear_rb/models.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#prerelease? ⇒ Object
readonly
Returns the value of attribute prerelease?.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
14 15 16 |
# File 'lib/libyear_rb/models.rb', line 14 def created_at @created_at end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/libyear_rb/models.rb', line 14 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number
14 15 16 |
# File 'lib/libyear_rb/models.rb', line 14 def number @number end |
#prerelease? ⇒ Object (readonly)
Returns the value of attribute prerelease?
14 15 16 |
# File 'lib/libyear_rb/models.rb', line 14
def prerelease?
@prerelease?
end
|