Class: Authlete::Model::ServiceOwner

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/service-owner.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

#apiKeyObject Also known as: api_key

Returns the value of attribute apiKey.



34
35
36
# File 'lib/authlete/model/service-owner.rb', line 34

def apiKey
  @apiKey
end

#apiSecretObject Also known as: api_secret

Returns the value of attribute apiSecret.



38
39
40
# File 'lib/authlete/model/service-owner.rb', line 38

def apiSecret
  @apiSecret
end

#emailObject

Returns the value of attribute email.



28
29
30
# File 'lib/authlete/model/service-owner.rb', line 28

def email
  @email
end

#loginIdObject Also known as: login_id

Returns the value of attribute loginId.



30
31
32
# File 'lib/authlete/model/service-owner.rb', line 30

def loginId
  @loginId
end

#nameObject

Returns the value of attribute name.



26
27
28
# File 'lib/authlete/model/service-owner.rb', line 26

def name
  @name
end

#numberObject

Returns the value of attribute number.



24
25
26
# File 'lib/authlete/model/service-owner.rb', line 24

def number
  @number
end

#planObject

Returns the value of attribute plan.



42
43
44
# File 'lib/authlete/model/service-owner.rb', line 42

def plan
  @plan
end