Class: Esbuild::BuildResult::Metafile::Output::Input
- Inherits:
-
Struct
- Object
- Struct
- Esbuild::BuildResult::Metafile::Output::Input
- Defined in:
- lib/esbuild/build_result.rb
Instance Attribute Summary collapse
-
#bytes_in_output ⇒ Object
Returns the value of attribute bytes_in_output.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Input
constructor
A new instance of Input.
Constructor Details
#initialize(hash) ⇒ Input
Returns a new instance of Input.
31 32 33 |
# File 'lib/esbuild/build_result.rb', line 31 def initialize(hash) super(hash["bytesInOutput"]) end |
Instance Attribute Details
#bytes_in_output ⇒ Object
Returns the value of attribute bytes_in_output
30 31 32 |
# File 'lib/esbuild/build_result.rb', line 30 def bytes_in_output @bytes_in_output end |