Class: Mastodon::Entities::Media
- Inherits:
-
Base
- Object
- Base
- Mastodon::Entities::Media
show all
- Defined in:
- lib/mastodon/entities/media.rb
Instance Attribute Summary collapse
Attributes inherited from Base
#attributes
Method Summary
Methods inherited from Base
collection_attr_reader, define_attribute_method, define_predicate_method, #initialize, normal_attr_reader, object_attr_reader, predicate_attr_reader
Constructor Details
This class inherits a constructor from Mastodon::Base
Instance Attribute Details
#description ⇒ String
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
#id ⇒ Integer
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
#preview_url ⇒ String
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
#remote_url ⇒ String
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
#type ⇒ String
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|
#url ⇒ String
19
20
21
22
23
24
25
|
# File 'lib/mastodon/entities/media.rb', line 19
normal_attr_reader :id,
:url,
:remote_url,
:preview_url,
:type,
:meta,
:description
|