Class: Rocksky::Generated::ActorProfileViewDetailed
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ActorProfileViewDetailed
- 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.
-
#did ⇒ Object
Returns the value of attribute did.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#id ⇒ Object
Returns the value of attribute id.
-
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def avatar @avatar end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def createdAt @createdAt end |
#did ⇒ Object
Returns the value of attribute did
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def id @id end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt
14 15 16 |
# File 'lib/rocksky/generated/types.rb', line 14 def updatedAt @updatedAt end |