Class: Information
- Inherits:
-
Object
- Object
- Information
- Defined in:
- lib/appswarm/package.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
25 26 27 |
# File 'lib/appswarm/package.rb', line 25 def @author end |
#description ⇒ Object
Returns the value of attribute description.
26 27 28 |
# File 'lib/appswarm/package.rb', line 26 def description @description end |