Class: GemXray::RailsKnowledge::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemxray/rails_knowledge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



7
8
9
# File 'lib/gemxray/rails_knowledge.rb', line 7

def gem_name
  @gem_name
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



7
8
9
# File 'lib/gemxray/rails_knowledge.rb', line 7

def reason
  @reason
end

#sinceObject

Returns the value of attribute since

Returns:

  • (Object)

    the current value of since



7
8
9
# File 'lib/gemxray/rails_knowledge.rb', line 7

def since
  @since
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/gemxray/rails_knowledge.rb', line 7

def source
  @source
end