Class: RubyLens::Index::Manifest::Package

Inherits:
Data
  • Object
show all
Defined in:
lib/rubylens/index/manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def files
  @files
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def name
  @name
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def role
  @role
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def root
  @root
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



12
13
14
# File 'lib/rubylens/index/manifest.rb', line 12

def version
  @version
end