Class: Relinkly::Creator
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#email ⇒ Object
Returns the value of attribute email.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Relinkly::Element
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def avatar_url @avatar_url end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def created_at @created_at end |
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def id @id end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/relinkly/creator.rb', line 5 def username @username end |