Class: Crown::Twitter::Counter

Inherits:
Struct
  • Object
show all
Defined in:
lib/crown/twitter.rb

Overview

——————————————————————- #

structures

——————————————————————- #

Instance Attribute Summary collapse

Instance Attribute Details

#favoriteObject

Returns the value of attribute favorite

Returns:

  • (Object)

    the current value of favorite



46
47
48
# File 'lib/crown/twitter.rb', line 46

def favorite
  @favorite
end

#followerObject

Returns the value of attribute follower

Returns:

  • (Object)

    the current value of follower



46
47
48
# File 'lib/crown/twitter.rb', line 46

def follower
  @follower
end

#friendObject

Returns the value of attribute friend

Returns:

  • (Object)

    the current value of friend



46
47
48
# File 'lib/crown/twitter.rb', line 46

def friend
  @friend
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



46
47
48
# File 'lib/crown/twitter.rb', line 46

def list
  @list
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



46
47
48
# File 'lib/crown/twitter.rb', line 46

def status
  @status
end