class SpheroPwn::Asyncs::FlashBlock

The result of a get flash block request.

This is an asynchronous message because it's too long to fit into the command response structure.

Attributes

text[R]

@return {String} the text form of the diagnostics

Public Class Methods

new(data_bytes) click to toggle source
Calls superclass method SpheroPwn::Async::new
# File lib/sphero_pwn/asyncs/flash_block.rb, line 9
def initialize(data_bytes)
  super
end