Class: Twitter::Entity::Url
- Inherits:
-
Twitter::Entity
- Object
- Base
- Twitter::Entity
- Twitter::Entity::Url
- Defined in:
- lib/twitter/entity/url.rb
Instance Attribute Summary collapse
-
#display_url ⇒ Object
readonly
Returns the value of attribute display_url.
-
#expanded_url ⇒ Object
readonly
Returns the value of attribute expanded_url.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Attributes inherited from Twitter::Entity
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#display_url ⇒ Object (readonly)
Returns the value of attribute display_url.
6 7 8 |
# File 'lib/twitter/entity/url.rb', line 6 def display_url @display_url end |
#expanded_url ⇒ Object (readonly)
Returns the value of attribute expanded_url.
6 7 8 |
# File 'lib/twitter/entity/url.rb', line 6 def @expanded_url end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
6 7 8 |
# File 'lib/twitter/entity/url.rb', line 6 def url @url end |