Class: Croudia::Status

Inherits:
Identity show all
Includes:
Creatable
Defined in:
lib/croudia/status.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Method Summary

Methods included from Creatable

#created_at

Methods inherited from Identity

#==, #initialize

Methods inherited from Base

#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect

Constructor Details

This class inherits a constructor from Croudia::Identity

Instance Attribute Details

#favoritedObject (readonly)

Returns the value of attribute favorited.



11
12
13
# File 'lib/croudia/status.rb', line 11

def favorited
  @favorited
end

#favorited_countObject (readonly)

Returns the value of attribute favorited_count.



11
12
13
# File 'lib/croudia/status.rb', line 11

def favorited_count
  @favorited_count
end

#in_reply_to_screen_nameObject (readonly)

Returns the value of attribute in_reply_to_screen_name.



11
12
13
# File 'lib/croudia/status.rb', line 11

def in_reply_to_screen_name
  @in_reply_to_screen_name
end

#in_reply_to_status_idObject (readonly)

Returns the value of attribute in_reply_to_status_id.



11
12
13
# File 'lib/croudia/status.rb', line 11

def in_reply_to_status_id
  @in_reply_to_status_id
end

#in_reply_to_status_id_strObject (readonly)

Returns the value of attribute in_reply_to_status_id_str.



11
12
13
# File 'lib/croudia/status.rb', line 11

def in_reply_to_status_id_str
  @in_reply_to_status_id_str
end

#in_reply_to_user_idObject (readonly)

Returns the value of attribute in_reply_to_user_id.



11
12
13
# File 'lib/croudia/status.rb', line 11

def in_reply_to_user_id
  @in_reply_to_user_id
end

#in_reply_to_user_id_strObject (readonly)

Returns the value of attribute in_reply_to_user_id_str.



11
12
13
# File 'lib/croudia/status.rb', line 11

def in_reply_to_user_id_str
  @in_reply_to_user_id_str
end

#spreadObject (readonly)

Returns the value of attribute spread.



11
12
13
# File 'lib/croudia/status.rb', line 11

def spread
  @spread
end

#spread_countObject (readonly)

Returns the value of attribute spread_count.



11
12
13
# File 'lib/croudia/status.rb', line 11

def spread_count
  @spread_count
end