Class: CFC::User

Inherits:
APIObject show all
Defined in:
lib/cfc/objects/user.rb

Instance Method Summary collapse

Methods inherited from APIObject

#inspect, #method_missing, relationships, #respond_to_missing?

Constructor Details

#initialize(data) ⇒ User

Returns a new instance of User.



5
6
7
# File 'lib/cfc/objects/user.rb', line 5

def initialize(data)
  super(data)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CFC::APIObject