struct Kutt::UserInfo
- Kutt::UserInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
kutt/user_info.crConstructors
Instance Method Summary
- #apikey : String
- #clone
- #copy_with(apikey _apikey = @apikey, email _email = @email, domains _domains = @domains)
- #domains : Array(Domain)
- #email : String
Constructor Detail
Instance Method Detail
def copy_with(apikey _apikey = @apikey, email _email = @email, domains _domains = @domains)
#