Class: Mxrb::Compiler::PackageResult

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/compiler/packager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



9
10
11
# File 'lib/mxrb/compiler/packager.rb', line 9

def files
  @files
end

#mendix_versionObject (readonly)

Returns the value of attribute mendix_version

Returns:

  • (Object)

    the current value of mendix_version



9
10
11
# File 'lib/mxrb/compiler/packager.rb', line 9

def mendix_version
  @mendix_version
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



9
10
11
# File 'lib/mxrb/compiler/packager.rb', line 9

def 
  @metadata
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/mxrb/compiler/packager.rb', line 9

def path
  @path
end

#sha256Object (readonly)

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



9
10
11
# File 'lib/mxrb/compiler/packager.rb', line 9

def sha256
  @sha256
end