Sha256: a932ef3d2e257b77e6e19308d598d6f15e22bf03d6b0dee159dc38c1147ad998

Contents?: true

Size: 244 Bytes

Versions: 66

Compression:

Stored size: 244 Bytes

Contents

module FbGraph
  class Property
    include Comparison

    attr_accessor :name, :text, :href

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

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
fb_graph-2.7.17 lib/fb_graph/property.rb
fb_graph-2.7.16 lib/fb_graph/property.rb
fb_graph-2.7.15 lib/fb_graph/property.rb
fb_graph-2.7.14 lib/fb_graph/property.rb
fb_graph-2.7.13 lib/fb_graph/property.rb
fb_graph-2.7.12 lib/fb_graph/property.rb
fb_graph-2.7.11 lib/fb_graph/property.rb
fb_graph-2.7.10 lib/fb_graph/property.rb
fb_graph-2.7.9 lib/fb_graph/property.rb
fb_graph-2.7.8 lib/fb_graph/property.rb
fb_graph-2.7.7 lib/fb_graph/property.rb
fb_graph-2.7.6 lib/fb_graph/property.rb
fb_graph-2.7.5 lib/fb_graph/property.rb
fb_graph-2.7.4 lib/fb_graph/property.rb
fb_graph-2.7.3 lib/fb_graph/property.rb
fb_graph-2.7.2 lib/fb_graph/property.rb
fb_graph-2.7.1 lib/fb_graph/property.rb
fb_graph-2.7.0 lib/fb_graph/property.rb
fb_graph-2.6.7 lib/fb_graph/property.rb
fb_graph-2.6.6 lib/fb_graph/property.rb