Sha256: 246157fb0ace98916a8acd3f9ff13d665ae0bf1ca4356f0d4082134a37dc5630
Contents?: true
Size: 238 Bytes
Versions: 8
Compression:
Stored size: 238 Bytes
Contents
module SharingTags class Network::Facebook < Network def self.available_attributes super + %i( app_id ) end def app_id(app_id = nil, &block) attributes[:app_id] = store_value(app_id, &block) end end end
Version data entries
8 entries across 8 versions & 1 rubygems