Class: WCC::Data::Nucleus::ClientAppToken

Inherits:
Base
  • Object
show all
Defined in:
lib/wcc/data/nucleus/client_app_token.rb

Defined Under Namespace

Classes: App

Instance Method Summary collapse

Methods included from Mapper::JSONResponse

#new_from_response

Methods included from Mapper::RESTConfiguration

#endpoint, #endpoint_config, #inherited, #set_endpoint

Methods included from Mapper::RESTQuery

#create, #find, #list

Methods included from Mapper::Attributes

included

Instance Method Details

#host_appObject



13
14
15
# File 'lib/wcc/data/nucleus/client_app_token.rb', line 13

def host_app
  App.new self[:host_app]
end

#requesting_appObject



17
18
19
# File 'lib/wcc/data/nucleus/client_app_token.rb', line 17

def requesting_app
  App.new self[:requesting_app]
end