Class: Package

Inherits:
Object
  • Object
show all
Defined in:
lib/appswarm/package.rb

Instance Attribute Summary collapse

Instance Attribute Details

#informationObject

Returns the value of attribute information.



32
33
34
# File 'lib/appswarm/package.rb', line 32

def information
  @information
end

#permissionsObject (readonly)

Returns the value of attribute permissions.



31
32
33
# File 'lib/appswarm/package.rb', line 31

def permissions
  @permissions
end

#signObject

Returns the value of attribute sign.



34
35
36
# File 'lib/appswarm/package.rb', line 34

def sign
  @sign
end

#sourceObject

Returns the value of attribute source.



30
31
32
# File 'lib/appswarm/package.rb', line 30

def source
  @source
end