Class: ReactorSDK::Resources::Secret
- Inherits:
-
BaseResource
- Object
- BaseResource
- ReactorSDK::Resources::Secret
- Defined in:
- lib/reactor_sdk/resources/secret.rb
Instance Attribute Summary
Attributes inherited from BaseResource
#attributes, #id, #meta, #relationships, #type
Instance Method Summary collapse
Methods inherited from BaseResource
#==, #[], attribute, #initialize, #relationship_data, #relationship_id, #relationship_ids, #to_h
Constructor Details
This class inherits a constructor from ReactorSDK::Resources::BaseResource
Instance Method Details
#inspect ⇒ Object
12 13 14 |
# File 'lib/reactor_sdk/resources/secret.rb', line 12 def inspect "#<ReactorSDK::Resources::Secret id=#{id.inspect} name=#{name.inspect} type_of=#{type_of.inspect}>" end |