Class: Response::LangListUser
- Inherits:
-
Base::GoodServerRsp
- Object
- Base::ServerRsp
- Base::GoodServerRsp
- Response::LangListUser
- Defined in:
- lib/violet/response.rb
Overview
Get the languages selected for the Nabaztag
rsp.langListUser # => {"nb"=>"4"}
rsp.myLang # => {:lang=>"fr"}
rsp.myLangs # => [{:lang=>"fr"}, {:lang=>"us"}, {:lang=>"uk"}, {:lang=>"de"}]
Instance Attribute Summary
Attributes inherited from Base::ServerRsp
Method Summary
Methods inherited from Base::ServerRsp
#bad?, #get_all, #good?, #initialize, #method_missing
Constructor Details
This class inherits a constructor from Response::Base::ServerRsp
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Response::Base::ServerRsp