Class: FlatHash::Changeset

Inherits:
Struct
  • Object
show all
Defined in:
lib/flat_hash/changeset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additionsObject

Returns the value of attribute additions



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def additions
  @additions
end

#authorObject

Returns the value of attribute author



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def author
  @author
end

#deletionsObject

Returns the value of attribute deletions



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def deletions
  @deletions
end

#descriptionObject

Returns the value of attribute description



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def description
  @description
end

#idObject

Returns the value of attribute id



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def id
  @id
end

#modificationsObject

Returns the value of attribute modifications



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def modifications
  @modifications
end

#timeObject

Returns the value of attribute time



2
3
4
# File 'lib/flat_hash/changeset.rb', line 2

def time
  @time
end