Class: Mastodon::App

Inherits:
Base
  • Object
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_idString (readonly)

Returns:

  • (String)


12
13
14
15
# File 'lib/mastodon/app.rb', line 12

normal_attr_reader :client_id,
:client_secret,
:name,
:website

#client_secretString (readonly)

Returns:

  • (String)


12
13
14
15
# File 'lib/mastodon/app.rb', line 12

normal_attr_reader :client_id,
:client_secret,
:name,
:website

#nameString (readonly)

Returns:

  • (String)


12
13
14
15
# File 'lib/mastodon/app.rb', line 12

normal_attr_reader :client_id,
:client_secret,
:name,
:website

#websiteString (readonly)

Returns:

  • (String)


12
13
14
15
# File 'lib/mastodon/app.rb', line 12

normal_attr_reader :client_id,
:client_secret,
:name,
:website