Class: WCC::Data::Nucleus::ClientAppToken
- Defined in:
- lib/wcc/data/nucleus/client_app_token.rb
Defined Under Namespace
Classes: App
Instance Method Summary collapse
Methods included from Mapper::JSONResponse
Methods included from Mapper::RESTConfiguration
#endpoint, #endpoint_config, #inherited, #set_endpoint
Methods included from Mapper::RESTQuery
Methods included from Mapper::Attributes
Instance Method Details
#host_app ⇒ Object
13 14 15 |
# File 'lib/wcc/data/nucleus/client_app_token.rb', line 13 def host_app App.new self[:host_app] end |
#requesting_app ⇒ Object
17 18 19 |
# File 'lib/wcc/data/nucleus/client_app_token.rb', line 17 def requesting_app App.new self[:requesting_app] end |