Class: Cadenya::Types::APIKeyInfo
- Inherits:
-
Object
- Object
- Cadenya::Types::APIKeyInfo
- Defined in:
- lib/cadenya/types.rb
Instance Attribute Summary collapse
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(created_by: nil) ⇒ APIKeyInfo
constructor
A new instance of APIKeyInfo.
- #to_h ⇒ Object
Constructor Details
#initialize(created_by: nil) ⇒ APIKeyInfo
Returns a new instance of APIKeyInfo.
149 150 151 |
# File 'lib/cadenya/types.rb', line 149 def initialize(created_by: nil) @created_by = created_by end |
Instance Attribute Details
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by.
147 148 149 |
# File 'lib/cadenya/types.rb', line 147 def created_by @created_by end |