Class: FortyTwo::Response::Model::ExpertiseUser

Inherits:
Base
  • Object
show all
Defined in:
lib/fortytwo/responses/models/expertise_user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FortyTwo::Response::Base

Instance Attribute Details

#contact_meObject (readonly)

Returns the value of attribute contact_me.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def contact_me
  @contact_me
end

#created_atObject (readonly)

Returns the value of attribute created_at.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def created_at
  @created_at
end

#expertise_idObject (readonly)

Returns the value of attribute expertise_id.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def expertise_id
  @expertise_id
end

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def id
  @id
end

#interestedObject (readonly)

Returns the value of attribute interested.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def interested
  @interested
end

#user_idObject (readonly)

Returns the value of attribute user_id.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def user_id
  @user_id
end

#valueObject (readonly)

Returns the value of attribute value.



7
8
9
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7

def value
  @value
end