Class: Authlete::Model::Scope

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/scope.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



34
35
36
# File 'lib/authlete/model/scope.rb', line 34

def attributes
  @attributes
end

#defaultEntryObject Also known as: default_entry

Returns the value of attribute defaultEntry.



26
27
28
# File 'lib/authlete/model/scope.rb', line 26

def defaultEntry
  @defaultEntry
end

#descriptionObject

Returns the value of attribute description.



30
31
32
# File 'lib/authlete/model/scope.rb', line 30

def description
  @description
end

#descriptionsObject

Returns the value of attribute descriptions.



32
33
34
# File 'lib/authlete/model/scope.rb', line 32

def descriptions
  @descriptions
end

#nameObject

Returns the value of attribute name.



24
25
26
# File 'lib/authlete/model/scope.rb', line 24

def name
  @name
end