Class: Croudia::Object::Status

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

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader_as_array_object, attr_reader_as_object, #initialize

Constructor Details

This class inherits a constructor from Croudia::Object::Base

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def created_at
  @created_at
end

#favoritedObject (readonly)

Returns the value of attribute favorited.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def favorited
  @favorited
end

#favorited_countObject (readonly)

Returns the value of attribute favorited_count.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def favorited_count
  @favorited_count
end

#in_reply_to_status_idObject (readonly)

Returns the value of attribute in_reply_to_status_id.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

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.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

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.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

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.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def in_reply_to_user_id_str
  @in_reply_to_user_id_str
end

#spreadObject (readonly)

Returns the value of attribute spread.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def spread
  @spread
end

#spread_countObject (readonly)

Returns the value of attribute spread_count.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def spread_count
  @spread_count
end

#textObject (readonly)

Returns the value of attribute text.



9
10
11
# File 'lib/croudia/object/status.rb', line 9

def text
  @text
end