Class: LintRoller::About
- Inherits:
-
Struct
- Object
- Struct
- LintRoller::About
- Defined in:
- lib/lint_roller/about.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/lint_roller/about.rb', line 2 def description @description end |
#homepage ⇒ Object
Returns the value of attribute homepage
2 3 4 |
# File 'lib/lint_roller/about.rb', line 2 def homepage @homepage end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/lint_roller/about.rb', line 2 def name @name end |
#version ⇒ Object
Returns the value of attribute version
2 3 4 |
# File 'lib/lint_roller/about.rb', line 2 def version @version end |