Class: MediumApi::Contributor
- Inherits:
-
Struct
- Object
- Struct
- MediumApi::Contributor
- Defined in:
- lib/medium_api/contributor.rb
Instance Attribute Summary collapse
-
#publication_id ⇒ Object
Returns the value of attribute publication_id.
-
#role ⇒ Object
Returns the value of attribute role.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#publication_id ⇒ Object
Returns the value of attribute publication_id
2 3 4 |
# File 'lib/medium_api/contributor.rb', line 2 def publication_id @publication_id end |
#role ⇒ Object
Returns the value of attribute role
2 3 4 |
# File 'lib/medium_api/contributor.rb', line 2 def role @role end |
#user_id ⇒ Object
Returns the value of attribute user_id
2 3 4 |
# File 'lib/medium_api/contributor.rb', line 2 def user_id @user_id end |