Sha256: a88f45734483bef006a235fcd11c1fc277d01fddecb412a9380fb423653a6a9e
Contents?: true
Size: 208 Bytes
Versions: 23
Compression:
Stored size: 208 Bytes
Contents
module FbGraph class Device include Comparison attr_accessor :os, :hardware def initialize(attributes = {}) @os = attributes[:os] @hardware = attributes[:hardware] end end end
Version data entries
23 entries across 23 versions & 1 rubygems