Sha256: 469868bdc7169c744e143f812aefc01a9a565063e6588dbf32b284d70e75b24e
Contents?: true
Size: 364 Bytes
Versions: 43
Compression:
Stored size: 364 Bytes
Contents
module FbGraph2 class Struct class StaticResource < Struct register_attributes( raw: [:usage_stats, :prefetched_resources], custom: [:https] ) def initialize(attributes = {}) super if attributes.include? :https self.https = self.class.new attributes[:https] end end end end end
Version data entries
43 entries across 43 versions & 1 rubygems