Class: Rocksky::Generated::GeneratorRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GeneratorRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#did ⇒ Object
Returns the value of attribute did.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
61 62 63 |
# File 'lib/rocksky/generated/types.rb', line 61 def avatar @avatar end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
61 62 63 |
# File 'lib/rocksky/generated/types.rb', line 61 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
61 62 63 |
# File 'lib/rocksky/generated/types.rb', line 61 def description @description end |
#did ⇒ Object
Returns the value of attribute did
61 62 63 |
# File 'lib/rocksky/generated/types.rb', line 61 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
61 62 63 |
# File 'lib/rocksky/generated/types.rb', line 61 def displayName @displayName end |