Class: PDFire::BytesResult
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
Instance Method Summary collapse
-
#initialize(bytes) ⇒ BytesResult
constructor
A new instance of BytesResult.
Methods inherited from Result
Constructor Details
#initialize(bytes) ⇒ BytesResult
Returns a new instance of BytesResult.
7 8 9 |
# File 'lib/bytes_result.rb', line 7 def initialize(bytes) @bytes = bytes end |
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes.
5 6 7 |
# File 'lib/bytes_result.rb', line 5 def bytes @bytes end |