Class: Tumbler::Manager::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/tumbler/manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



9
10
11
# File 'lib/tumbler/manager.rb', line 9

def author
  @author
end

#hashObject

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



9
10
11
# File 'lib/tumbler/manager.rb', line 9

def hash
  @hash
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



9
10
11
# File 'lib/tumbler/manager.rb', line 9

def summary
  @summary
end