class ConnectorKit::Model
Base model for representing different entities
Attributes
id[R]
Public Class Methods
new(options)
click to toggle source
# File lib/connector_kit/models/model.rb, line 6 def initialize(options) @id = options['id'] end