Class: GemXray::RailsKnowledge::Change
- Inherits:
-
Struct
- Object
- Struct
- GemXray::RailsKnowledge::Change
- Defined in:
- lib/gemxray/rails_knowledge.rb
Instance Attribute Summary collapse
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#since ⇒ Object
Returns the value of attribute since.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#gem_name ⇒ Object
Returns the value of attribute gem_name
7 8 9 |
# File 'lib/gemxray/rails_knowledge.rb', line 7 def gem_name @gem_name end |
#reason ⇒ Object
Returns the value of attribute reason
7 8 9 |
# File 'lib/gemxray/rails_knowledge.rb', line 7 def reason @reason end |
#since ⇒ Object
Returns the value of attribute since
7 8 9 |
# File 'lib/gemxray/rails_knowledge.rb', line 7 def since @since end |
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/gemxray/rails_knowledge.rb', line 7 def source @source end |