module OnSIP::Model

Attributes

attributes[RW]
session[RW]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/onsip/model.rb, line 6
def initialize(attributes = {})
  @attributes = Hashie::Mash.new attributes
end