Class: FileMarshal::FileAttributes
- Inherits:
-
Struct
- Object
- Struct
- FileMarshal::FileAttributes
- Defined in:
- lib/file_marshal/file_attributes.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#name ⇒ Object
Returns the value of attribute name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
2 3 4 |
# File 'lib/file_marshal/file_attributes.rb', line 2 def content @content end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/file_marshal/file_attributes.rb', line 2 def name @name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
2 3 4 |
# File 'lib/file_marshal/file_attributes.rb', line 2 def updated_at @updated_at end |