Class: Copilot::SessionFsFileInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

File metadata returned by session filesystem operations.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



569
570
571
# File 'lib/copilot/types.rb', line 569

def created_at
  @created_at
end

#is_directoryObject

Returns the value of attribute is_directory

Returns:

  • (Object)

    the current value of is_directory



569
570
571
# File 'lib/copilot/types.rb', line 569

def is_directory
  @is_directory
end

#is_fileObject

Returns the value of attribute is_file

Returns:

  • (Object)

    the current value of is_file



569
570
571
# File 'lib/copilot/types.rb', line 569

def is_file
  @is_file
end

#modified_atObject

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



569
570
571
# File 'lib/copilot/types.rb', line 569

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



569
570
571
# File 'lib/copilot/types.rb', line 569

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



569
570
571
# File 'lib/copilot/types.rb', line 569

def size
  @size
end