Method: ContextIO::File#id

Defined in:
lib/context-io/file.rb

#idString (readonly)

Returns The ID of the file.

Returns:

  • (String)

    The ID of the file



10
11
12
# File 'lib/context-io/file.rb', line 10

def id
  @id
end