Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pg-age
main
AGE
Client
Error
Field
Graph
InvalidAGEResult
InvalidNode
InvalidRelationship
Serializable
Node
Metadata
Relationship
Metadata
SerializableError
Type
Value
Built with Crystal 1.9.2
2023-10-07 17:01:51 UTC
struct
AGE::Value
AGE::Value
Struct
Value
Object
Defined in:
pg-age.cr
Constructors
.new
(string : String, type : Type | Nil)
Instance Method Summary
#clone
#copy_with
(string _string = @string, type _type = @type)
#string
: String
#type
: Type | Nil
Constructor Detail
def self.
new
(string : String, type :
Type
| Nil)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(string _string = @string, type _type = @type)
#
[
View source
]
def
string
: String
#
def
type
:
Type
| Nil
#