Sha256: d6de846c62aa876158c76eb0b628e7d87830ec6edec920b779c562739669522b

Contents?: true

Size: 223 Bytes

Versions: 42

Compression:

Stored size: 223 Bytes

Contents

module FbGraph2
  class Struct
    class Work < Struct
      register_attributes(
        page: [:employer, :location, :position],
        pages: [:projects],
        time: [:start_date, :end_date]
      )
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fb_graph2-0.0.9 lib/fb_graph2/struct/work.rb
fb_graph2-0.0.8 lib/fb_graph2/struct/work.rb