struct Srcom::Guest
- Srcom::Guest
- Struct
- Value
- Object
Overview
Has shorthand methods to getting the resources that the Link
s in #links
point to.
BUG For some reason, in some contexts a Guest
can have a nil
name. This is a problem of the API.
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Defined in:
srcr/mappings/user/guest.crConstructors
Instance Method Summary
- #links : Array(Link)
- #links=(links : Array(Link))
- #name : String | Nil
- #name=(name : String | Nil)
- #rel : String | Nil
- #rel=(rel : String | Nil)
- #runs(page_size : Int32 = 200) : Srcom::Api::PageIterator(Run)