Class: Mxrb::Compiler::PackageResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::PackageResult
- Defined in:
- lib/mxrb/compiler/packager.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#mendix_version ⇒ Object
readonly
Returns the value of attribute mendix_version.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#sha256 ⇒ Object
readonly
Returns the value of attribute sha256.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
9 10 11 |
# File 'lib/mxrb/compiler/packager.rb', line 9 def files @files end |
#mendix_version ⇒ Object (readonly)
Returns the value of attribute mendix_version
9 10 11 |
# File 'lib/mxrb/compiler/packager.rb', line 9 def mendix_version @mendix_version end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
9 10 11 |
# File 'lib/mxrb/compiler/packager.rb', line 9 def @metadata end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/mxrb/compiler/packager.rb', line 9 def path @path end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
9 10 11 |
# File 'lib/mxrb/compiler/packager.rb', line 9 def sha256 @sha256 end |