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



20
21
22
# File 'lib/still_active/diff.rb', line 20

def data
  @data
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/still_active/diff.rb', line 20

def name
  @name
end