Class: Copilot::SessionFsFileInfo
- Inherits:
-
Struct
- Object
- Struct
- Copilot::SessionFsFileInfo
- Defined in:
- lib/copilot/types.rb
Overview
File metadata returned by session filesystem operations.
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#is_directory ⇒ Object
Returns the value of attribute is_directory.
-
#is_file ⇒ Object
Returns the value of attribute is_file.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def created_at @created_at end |
#is_directory ⇒ Object
Returns the value of attribute is_directory
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def is_directory @is_directory end |
#is_file ⇒ Object
Returns the value of attribute is_file
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def is_file @is_file end |
#modified_at ⇒ Object
Returns the value of attribute modified_at
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def name @name end |
#size ⇒ Object
Returns the value of attribute size
569 570 571 |
# File 'lib/copilot/types.rb', line 569 def size @size end |