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



22
23
24
# File 'lib/still_active/diff.rb', line 22

def after
  @after
end

#after_versionObject

Returns the value of attribute after_version

Returns:

  • (Object)

    the current value of after_version



22
23
24
# File 'lib/still_active/diff.rb', line 22

def after_version
  @after_version
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



22
23
24
# File 'lib/still_active/diff.rb', line 22

def before
  @before
end

#before_versionObject

Returns the value of attribute before_version

Returns:

  • (Object)

    the current value of before_version



22
23
24
# File 'lib/still_active/diff.rb', line 22

def before_version
  @before_version
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



22
23
24
# File 'lib/still_active/diff.rb', line 22

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/still_active/diff.rb', line 22

def name
  @name
end