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?
Present in certain contexts, but never relevant
-
#name=(name : String?)
Present in certain contexts, but never relevant
- #rel : String?
- #rel=(rel : String?)
- #runs(page_size : Int32 = 200) : Srcom::Api::PageIterator(Run)