Class: Rebrandly::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 Rebrandly::Element
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def avatar_url @avatar_url end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def created_at @created_at end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def id @id end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/rebrandly/creator.rb', line 3 def username @username end |