Sha256: c2c535fd3df1a73cd17949ecbd6b07ab8a85c124d17cdc4aa950dd999985b3b0

Contents?: true

Size: 146 Bytes

Versions: 40

Compression:

Stored size: 146 Bytes

Contents

module FbGraph2
  class Struct
    class Property < Struct
      register_attributes(
        raw: [:name, :text, :href]
      )
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
fb_graph2-0.6.1 lib/fb_graph2/struct/property.rb
fb_graph2-0.6.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.5.3 lib/fb_graph2/struct/property.rb
fb_graph2-0.5.2 lib/fb_graph2/struct/property.rb
fb_graph2-0.5.1 lib/fb_graph2/struct/property.rb
fb_graph2-0.5.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.4.4 lib/fb_graph2/struct/property.rb
fb_graph2-0.4.3 lib/fb_graph2/struct/property.rb
fb_graph2-0.4.1 lib/fb_graph2/struct/property.rb
fb_graph2-0.4.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.3.2 lib/fb_graph2/struct/property.rb
fb_graph2-0.3.1 lib/fb_graph2/struct/property.rb
fb_graph2-0.3.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.2.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.1.3 lib/fb_graph2/struct/property.rb
fb_graph2-0.1.2 lib/fb_graph2/struct/property.rb
fb_graph2-0.1.1 lib/fb_graph2/struct/property.rb
fb_graph2-0.1.0 lib/fb_graph2/struct/property.rb
fb_graph2-0.0.11 lib/fb_graph2/struct/property.rb
fb_graph2-0.0.10 lib/fb_graph2/struct/property.rb