Sha256: 6761d9180766939654282cfdd5f09e062af8334099100c2321432437f8ee415d

Contents?: true

Size: 201 Bytes

Versions: 19

Compression:

Stored size: 201 Bytes

Contents

module FbGraph2
  class Struct
    class Location < Struct
      register_attributes(
        raw: [:country, :city, :longitude, :zip, :state, :street, :located_in, :latitude]
      )
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
fb_graph2-0.5.2 lib/fb_graph2/struct/location.rb
fb_graph2-0.5.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.5.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.4.4 lib/fb_graph2/struct/location.rb
fb_graph2-0.4.3 lib/fb_graph2/struct/location.rb
fb_graph2-0.4.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.4.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.3.2 lib/fb_graph2/struct/location.rb
fb_graph2-0.3.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.3.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.2.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.1.3 lib/fb_graph2/struct/location.rb
fb_graph2-0.1.2 lib/fb_graph2/struct/location.rb
fb_graph2-0.1.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.1.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.0.11 lib/fb_graph2/struct/location.rb
fb_graph2-0.0.10 lib/fb_graph2/struct/location.rb
fb_graph2-0.0.9 lib/fb_graph2/struct/location.rb
fb_graph2-0.0.8 lib/fb_graph2/struct/location.rb