Module: OAuth2::Attributes

Extended by:
ActiveSupport::Concern
Defined in:
lib/oauth2/attributes.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#attributesObject



15
16
17
# File 'lib/oauth2/attributes.rb', line 15

def attributes
  @attributes ||= Hash.new
end