Class: Brio::Resources::User

Inherits:
Resource show all
Defined in:
lib/brio/resources/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

create_from_json, #initialize

Constructor Details

This class inherits a constructor from Brio::Resources::Resource

Instance Attribute Details

#countsObject

Returns the value of attribute counts.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def counts
  @counts
end

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def description
  @description
end

#follows_youObject

Returns the value of attribute follows_you.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def follows_you
  @follows_you
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def name
  @name
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def username
  @username
end

#you_followObject

Returns the value of attribute you_follow.



5
6
7
# File 'lib/brio/resources/user.rb', line 5

def you_follow
  @you_follow
end