Method: Dnsimple::Struct::OauthToken#scope

Defined in:
lib/dnsimple/struct/oauth_token.rb

#scopeString

Returns The token scope (not used for now).

Returns:

  • (String)

    The token scope (not used for now).



14
15
16
# File 'lib/dnsimple/struct/oauth_token.rb', line 14

def scope
  @scope
end