Class: FortyTwo::Response::Model::ExpertiseUser
- Defined in:
- lib/fortytwo/responses/models/expertise_user.rb
Instance Attribute Summary collapse
-
#contact_me ⇒ Object
readonly
Returns the value of attribute contact_me.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#expertise_id ⇒ Object
readonly
Returns the value of attribute expertise_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#interested ⇒ Object
readonly
Returns the value of attribute interested.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FortyTwo::Response::Base
Instance Attribute Details
#contact_me ⇒ Object (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_at ⇒ Object (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_id ⇒ Object (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 |
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7 def id @id end |
#interested ⇒ Object (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_id ⇒ Object (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 |
#value ⇒ Object (readonly)
Returns the value of attribute value.
7 8 9 |
# File 'lib/fortytwo/responses/models/expertise_user.rb', line 7 def value @value end |