Class: Kuby::Redis::DSL::Databases::V1::RedisFailoverSpecRedisCustomCommandRenames

Inherits:
KubeDSL::DSLObject
  • Object
show all
Defined in:
lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_custom_command_renames.rb

Instance Method Summary collapse

Instance Method Details

#kind_symObject



22
23
24
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_custom_command_renames.rb', line 22

def kind_sym
  :redis_failover_spec_redis_custom_command_renames
end

#serializeObject



15
16
17
18
19
20
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_custom_command_renames.rb', line 15

def serialize
  {}.tap do |result|
    result[:to] = to
    result[:from] = from
  end
end