Class: PlatformosCheck::VersionedInMemoryStorage::Version
- Inherits:
-
Struct
- Object
- Struct
- PlatformosCheck::VersionedInMemoryStorage::Version
- Defined in:
- lib/platformos_check/language_server/versioned_in_memory_storage.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/platformos_check/language_server/versioned_in_memory_storage.rb', line 5 def id @id end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/platformos_check/language_server/versioned_in_memory_storage.rb', line 5 def version @version end |