Module: AnkiRecord::CollectionAttributes
- Included in:
- Collection
- Defined in:
- lib/anki_record/collection/collection_attributes.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#created_at_timestamp ⇒ Object
readonly
Returns the value of attribute created_at_timestamp.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_modified_timestamp ⇒ Object
readonly
Returns the value of attribute last_modified_timestamp.
Instance Attribute Details
#created_at_timestamp ⇒ Object (readonly)
Returns the value of attribute created_at_timestamp.
5 6 7 |
# File 'lib/anki_record/collection/collection_attributes.rb', line 5 def @created_at_timestamp end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/anki_record/collection/collection_attributes.rb', line 5 def id @id end |
#last_modified_timestamp ⇒ Object (readonly)
Returns the value of attribute last_modified_timestamp.
5 6 7 |
# File 'lib/anki_record/collection/collection_attributes.rb', line 5 def @last_modified_timestamp end |