Class: Birdsong::User

Inherits:
Object
  • Object
show all
Defined in:
lib/birdsong/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



20
21
22
# File 'lib/birdsong/user.rb', line 20

def created_at
  @created_at
end

#descriptionObject (readonly)

Returns the value of attribute description.



13
14
15
# File 'lib/birdsong/user.rb', line 13

def description
  @description
end

#followers_countObject (readonly)

Returns the value of attribute followers_count.



15
16
17
# File 'lib/birdsong/user.rb', line 15

def followers_count
  @followers_count
end

#following_countObject (readonly)

Returns the value of attribute following_count.



16
17
18
# File 'lib/birdsong/user.rb', line 16

def following_count
  @following_count
end

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/birdsong/user.rb', line 7

def id
  @id
end

#jsonObject (readonly)

Attributes for after the response is parsed from Twitter



6
7
8
# File 'lib/birdsong/user.rb', line 6

def json
  @json
end

#listed_countObject (readonly)

Returns the value of attribute listed_count.



18
19
20
# File 'lib/birdsong/user.rb', line 18

def listed_count
  @listed_count
end

#locationObject (readonly)

Returns the value of attribute location.



11
12
13
# File 'lib/birdsong/user.rb', line 11

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name.



8
9
10
# File 'lib/birdsong/user.rb', line 8

def name
  @name
end

#profile_image_file_nameObject (readonly)

Returns the value of attribute profile_image_file_name.



21
22
23
# File 'lib/birdsong/user.rb', line 21

def profile_image_file_name
  @profile_image_file_name
end

#profile_image_urlObject (readonly)

Returns the value of attribute profile_image_url.



12
13
14
# File 'lib/birdsong/user.rb', line 12

def profile_image_url
  @profile_image_url
end

#sign_up_dateObject (readonly)

Returns the value of attribute sign_up_date.



10
11
12
# File 'lib/birdsong/user.rb', line 10

def 
  @sign_up_date
end

#tweet_countObject (readonly)

Returns the value of attribute tweet_count.



17
18
19
# File 'lib/birdsong/user.rb', line 17

def tweet_count
  @tweet_count
end

#urlObject (readonly)

Returns the value of attribute url.



14
15
16
# File 'lib/birdsong/user.rb', line 14

def url
  @url
end

#usernameObject (readonly)

Returns the value of attribute username.



9
10
11
# File 'lib/birdsong/user.rb', line 9

def username
  @username
end

#verifiedObject (readonly)

Returns the value of attribute verified.



19
20
21
# File 'lib/birdsong/user.rb', line 19

def verified
  @verified
end