class OpConnect::Item::Section

Attributes

id[R]
label[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/op_connect/item/section.rb, line 6
def initialize(options = {})
  @id = options["id"]
  @label = options["label"]
end