Sha256: 34be7694c57038bb0e473b8de9a6eec762e36d6f22391d9a8eba535573b5f7a0

Contents?: true

Size: 240 Bytes

Versions: 29

Compression:

Stored size: 240 Bytes

Contents

module FbGraph
  class Property
    include Comparison

    attr_accessor :name, :text, :href

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fb_graph-2.2.0.beta lib/fb_graph/property.rb
fb_graph-2.2.0.alpha2 lib/fb_graph/property.rb
fb_graph-2.2.0.alpha lib/fb_graph/property.rb
fb_graph-2.1.13 lib/fb_graph/property.rb
fb_graph-2.1.12 lib/fb_graph/property.rb
fb_graph-2.1.11 lib/fb_graph/property.rb
fb_graph-2.1.10 lib/fb_graph/property.rb
fb_graph-2.1.9 lib/fb_graph/property.rb
fb_graph-2.1.8 lib/fb_graph/property.rb
fb_graph-2.1.7 lib/fb_graph/property.rb
fb_graph-2.1.6 lib/fb_graph/property.rb
fb_graph-2.1.5 lib/fb_graph/property.rb
fb_graph-2.1.4 lib/fb_graph/property.rb
fb_graph-2.1.3 lib/fb_graph/property.rb
fb_graph-2.1.2 lib/fb_graph/property.rb
fb_graph-2.1.1 lib/fb_graph/property.rb
fb_graph-2.1.0 lib/fb_graph/property.rb
fb_graph-2.1.0.alpha lib/fb_graph/property.rb
fb_graph-2.0.2 lib/fb_graph/property.rb
fb_graph-2.0.1 lib/fb_graph/property.rb