Class: Mastodon::Card
- Inherits:
-
Base
- Object
- Base
- Mastodon::Card
show all
- Defined in:
- lib/mastodon/card.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
#author_name ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#author_url ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#description ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#height ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#html ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#image ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#provider_name ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#provider_url ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#title ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#type ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#url ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|
#width ⇒ String
28
29
30
31
32
33
34
35
36
37
38
39
|
# File 'lib/mastodon/card.rb', line 28
normal_attr_reader :url,
:title,
:description,
:image,
:type,
:author_name,
:author_url,
:provider_name,
:provider_url,
:html,
:width,
:height
|