class Coffee::Serialization::Entry
- Coffee::Serialization::Entry
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
coffee/serialization/entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(ipAddress : String, edge : String | Nil = nil, iata : String | Nil = nil)
Instance Method Summary
- #createdAt : String
- #createdAt=(createdAt : String)
- #edge : String | Nil
- #edge=(edge : String | Nil)
- #iata : String | Nil
- #iata=(iata : String | Nil)
- #ipAddress : String
- #ipAddress=(ipAddress : String)
- #timing : String
- #timing=(timing : String)