Class: JsonYatta
| Defined in: | lib/Frameworks/JsonYatta.coffee | 
Overview
Framework for Json data-structures. Known values that are supported:
- String
 - Integer
 - Array
 
Instance Method Summary
- # (void) getRootElement() @result JsonType
 - # (void) getEngine()
 - # (void) getConnector() Get the initialized connector.
 - # (void) getHistoryBuffer()
 - # (void) setMutableDefault(mutable)
 - # (void) getUserId() Get the UserId from the HistoryBuffer object.
 - # (void) val(name, content, mutable)
 
Constructor Details
      #
(void)
constructor(user_id, Connector)
      
    
Instance Method Details
      #
(void)
getRootElement()
      
    
@result JsonType
      #
(void)
getEngine()
      
    
      #
(void)
getConnector()
      
    
Get the initialized connector.
      #
(void)
getHistoryBuffer()
      
    
      #
(void)
setMutableDefault(mutable)
      
    
      #
(void)
getUserId()
      
    
Get the UserId from the HistoryBuffer object. In most cases this will be the same as the user_id value with which JsonYatta was initialized (Depending on the HistoryBuffer implementation).
      #
(void)
val(name, content, mutable)