Class: Rebrandly::Creator

Inherits:
Element
  • Object
show all
Defined in:
lib/rebrandly/creator.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Rebrandly::Element

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def avatar_url
  @avatar_url
end

#created_atObject

Returns the value of attribute created_at.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def email
  @email
end

#full_nameObject

Returns the value of attribute full_name.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def id
  @id
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/rebrandly/creator.rb', line 3

def username
  @username
end