Class: StillActive::Diff::Bumped

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

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



35
36
37
# File 'lib/still_active/diff.rb', line 35

def after
  @after
end

#after_versionObject

Returns the value of attribute after_version

Returns:

  • (Object)

    the current value of after_version



35
36
37
# File 'lib/still_active/diff.rb', line 35

def after_version
  @after_version
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



35
36
37
# File 'lib/still_active/diff.rb', line 35

def before
  @before
end

#before_versionObject

Returns the value of attribute before_version

Returns:

  • (Object)

    the current value of before_version



35
36
37
# File 'lib/still_active/diff.rb', line 35

def before_version
  @before_version
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



35
36
37
# File 'lib/still_active/diff.rb', line 35

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



35
36
37
# File 'lib/still_active/diff.rb', line 35

def name
  @name
end