Class: StillActive::Diff::Added

Inherits:
Struct
  • Object
show all
Defined in:
lib/still_active/diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



33
34
35
# File 'lib/still_active/diff.rb', line 33

def data
  @data
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/still_active/diff.rb', line 33

def name
  @name
end