Class: LibyearRb::GemVersion

Inherits:
Data
  • Object
show all
Defined in:
lib/libyear_rb/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



14
15
16
# File 'lib/libyear_rb/models.rb', line 14

def created_at
  @created_at
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/libyear_rb/models.rb', line 14

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of prerelease?



14
15
16
# File 'lib/libyear_rb/models.rb', line 14

def prerelease?
  @prerelease?
end