Class: Mxrb::Compiler::PortableResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::PortableResult
- Defined in:
- lib/mxrb/compiler/portable_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
10 11 12 |
# File 'lib/mxrb/compiler/portable_packager.rb', line 10 def files @files end |
#mendix_version ⇒ Object (readonly)
Returns the value of attribute mendix_version
10 11 12 |
# File 'lib/mxrb/compiler/portable_packager.rb', line 10 def mendix_version @mendix_version end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
10 11 12 |
# File 'lib/mxrb/compiler/portable_packager.rb', line 10 def @metadata end |
#path ⇒ Object (readonly)
Returns the value of attribute path
10 11 12 |
# File 'lib/mxrb/compiler/portable_packager.rb', line 10 def path @path end |
#sha256 ⇒ Object (readonly)
Returns the value of attribute sha256
10 11 12 |
# File 'lib/mxrb/compiler/portable_packager.rb', line 10 def sha256 @sha256 end |