Class: FlatHash::Changeset
Instance Attribute Summary collapse
-
#additions ⇒ Object
Returns the value of attribute additions.
-
#author ⇒ Object
Returns the value of attribute author.
-
#deletions ⇒ Object
Returns the value of attribute deletions.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modifications ⇒ Object
Returns the value of attribute modifications.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#additions ⇒ Object
Returns the value of attribute additions
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def additions @additions end |
#author ⇒ Object
Returns the value of attribute author
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def @author end |
#deletions ⇒ Object
Returns the value of attribute deletions
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def deletions @deletions end |
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def description @description end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def id @id end |
#modifications ⇒ Object
Returns the value of attribute modifications
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def modifications @modifications end |
#time ⇒ Object
Returns the value of attribute time
2 3 4 |
# File 'lib/flat_hash/changeset.rb', line 2 def time @time end |