Class: Relinkly::Creator

Inherits:
Element show all
Defined in:
lib/relinkly/creator.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Relinkly::Element

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def avatar_url
  @avatar_url
end

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def email
  @email
end

#full_nameObject

Returns the value of attribute full_name.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def id
  @id
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/relinkly/creator.rb', line 5

def username
  @username
end