mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 06:43:42 +01:00
4 lines
119 B
Ruby
4 lines
119 B
Ruby
object @app
|
|
attributes :id, :redirect_uri
|
|
node(:client_id) { |app| app.uid }
|
|
node(:client_secret) { |app| app.secret }
|