Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rick_and_morty_api
v0.1.0
Enum
StringConverter
RickAndMortyApi
Addressable
Character
Gender
Status
Client
Episode
Location
Built with Crystal 1.9.2
2023-10-07 18:13:25 UTC
class
RickAndMortyApi::Addressable
RickAndMortyApi::Addressable
Reference
Object
Included Modules
JSON::Serializable
Defined in:
rick_and_morty_api/addressable.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#name
: String
#name=
(name : String)
#url
: String
#url=
(url : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
url
: String
#
[
View source
]
def
url=
(url : String)
#
[
View source
]