Class: Space::Architect::SessionSync::Cursor::Entry
- Inherits:
-
Data
- Object
- Data
- Space::Architect::SessionSync::Cursor::Entry
- Defined in:
- lib/space_architect/session_sync/cursor.rb
Instance Attribute Summary collapse
-
#mtime ⇒ Object
readonly
Returns the value of attribute mtime.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Method Summary collapse
-
#initialize(size:, mtime:) ⇒ Entry
constructor
A new instance of Entry.
Constructor Details
#initialize(size:, mtime:) ⇒ Entry
Returns a new instance of Entry.
14 |
# File 'lib/space_architect/session_sync/cursor.rb', line 14 def initialize(size:, mtime:) = super |
Instance Attribute Details
#mtime ⇒ Object (readonly)
Returns the value of attribute mtime
13 14 15 |
# File 'lib/space_architect/session_sync/cursor.rb', line 13 def mtime @mtime end |
#size ⇒ Object (readonly)
Returns the value of attribute size
13 14 15 |
# File 'lib/space_architect/session_sync/cursor.rb', line 13 def size @size end |