Sha256: 8759aa45f2c9e12863a8b2458bde83f452f61f7a914b5e099881d8f9565bc39c

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

$: << 'lib'
require 'cic/active_cic'

module Cic
  class Group < ActiveCic::Base

    def initialize(hash)
      super(hash)
    end

    def id
      self.attributes.id  
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cic-1.0.2 lib/cic/group.rb
cic-1.0.1 lib/cic/group.rb
cic-1.0.0 lib/cic/group.rb