Sha256: f5a229144d516aa76b37525f5eb1e1dca29e8b189324570df8ed801132b604ad

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

module OpConnect
  class Item
    class Section
      attr_reader :id, :label

      def initialize(options = {})
        @id = options["id"]
        @label = options["label"]
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
op_connect-0.1.3 lib/op_connect/item/section.rb
op_connect-0.1.2 lib/op_connect/item/section.rb
op_connect-0.1.1 lib/op_connect/item/section.rb