Class: Rocksky::Generated::ApiKeyView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ApiKeyView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt
21 22 23 |
# File 'lib/rocksky/generated/types.rb', line 21 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
21 22 23 |
# File 'lib/rocksky/generated/types.rb', line 21 def description @description end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/rocksky/generated/types.rb', line 21 def id @id end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/rocksky/generated/types.rb', line 21 def name @name end |