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

Returns:

  • (Object)

    the current value of additions



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

def additions
  @additions
end

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#deletionsObject

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



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

def deletions
  @deletions
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#modificationsObject

Returns the value of attribute modifications

Returns:

  • (Object)

    the current value of modifications



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

def modifications
  @modifications
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end