struct

NotasApi::Usuario

Inherits JSON::Serializable < Struct < Value < Object

DataStructure Usuario

Constructors

new(id : String, nome : String, senha : String, email : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

email
Source
email=(email : String)
Source
id=(id : String)
Source
nome
Source
nome=(nome : String)
Source
senha
Source
senha=(senha : String)
Source