Class: Mastodon::App
- Inherits:
-
Base
- Object
- Base
- Mastodon::App
show all
- Defined in:
- lib/mastodon/app.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
#client_id ⇒ String
12
13
14
15
|
# File 'lib/mastodon/app.rb', line 12
normal_attr_reader :client_id,
:client_secret,
:name,
:website
|
#client_secret ⇒ String
12
13
14
15
|
# File 'lib/mastodon/app.rb', line 12
normal_attr_reader :client_id,
:client_secret,
:name,
:website
|
#name ⇒ String
12
13
14
15
|
# File 'lib/mastodon/app.rb', line 12
normal_attr_reader :client_id,
:client_secret,
:name,
:website
|
#website ⇒ String
12
13
14
15
|
# File 'lib/mastodon/app.rb', line 12
normal_attr_reader :client_id,
:client_secret,
:name,
:website
|