Class: ThemeCheck::VersionedInMemoryStorage::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/theme_check/language_server/versioned_in_memory_storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/theme_check/language_server/versioned_in_memory_storage.rb', line 5

def id
  @id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/theme_check/language_server/versioned_in_memory_storage.rb', line 5

def version
  @version
end