Sha256: f091bc75026b6161281c1ed17067fad21ab3568635a5d4784536873c8296b220

Contents?: true

Size: 217 Bytes

Versions: 23

Compression:

Stored size: 217 Bytes

Contents

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
fb_graph2-1.3.0 lib/fb_graph2/struct/location.rb
fb_graph2-1.2.0 lib/fb_graph2/struct/location.rb
fb_graph2-1.1.1 lib/fb_graph2/struct/location.rb
fb_graph2-1.1.0 lib/fb_graph2/struct/location.rb
fb_graph2-1.0.1 lib/fb_graph2/struct/location.rb
fb_graph2-1.0.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.9.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.9.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.8.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.9 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.8 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.7 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.6 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.5 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.4 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.3 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.2 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.1 lib/fb_graph2/struct/location.rb
fb_graph2-0.7.0 lib/fb_graph2/struct/location.rb
fb_graph2-0.6.2 lib/fb_graph2/struct/location.rb