class BinData::Struct::Snapshot

def initialize(order = [])

:nodoc:
A hash that can be accessed via attributes.
def initialize(order = [])
  @order = order.compact
end