Class: Authlete::Model::Pair

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

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



23
24
25
# File 'lib/authlete/model/pair.rb', line 23

def key
  @key
end

#valueObject

Returns the value of attribute value.



25
26
27
# File 'lib/authlete/model/pair.rb', line 25

def value
  @value
end