Class: Package
- Inherits:
-
Object
- Object
- Package
- Defined in:
- lib/appswarm/package.rb
Instance Attribute Summary collapse
-
#information ⇒ Object
Returns the value of attribute information.
-
#permissions ⇒ Object
readonly
Returns the value of attribute permissions.
-
#sign ⇒ Object
Returns the value of attribute sign.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#information ⇒ Object
Returns the value of attribute information.
32 33 34 |
# File 'lib/appswarm/package.rb', line 32 def information @information end |
#permissions ⇒ Object (readonly)
Returns the value of attribute permissions.
31 32 33 |
# File 'lib/appswarm/package.rb', line 31 def @permissions end |
#sign ⇒ Object
Returns the value of attribute sign.
34 35 36 |
# File 'lib/appswarm/package.rb', line 34 def sign @sign end |
#source ⇒ Object
Returns the value of attribute source.
30 31 32 |
# File 'lib/appswarm/package.rb', line 30 def source @source end |