Sha256: 9f9b7307d1c893febc46afff34db04fdef8c935eb4822cba952f41165e6bfdef

Contents?: true

Size: 203 Bytes

Versions: 66

Compression:

Stored size: 203 Bytes

Contents

module FbGraph
  class Action
    include Comparison

    attr_accessor :name, :link

    def initialize(attributes = {})
      @name = attributes[:name]
      @link = attributes[:link]
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
fb_graph-2.2.5 lib/fb_graph/action.rb
fb_graph-2.2.4 lib/fb_graph/action.rb
fb_graph-2.2.3 lib/fb_graph/action.rb
fb_graph-2.2.2 lib/fb_graph/action.rb
fb_graph-2.2.1 lib/fb_graph/action.rb
fb_graph-2.2.0 lib/fb_graph/action.rb