Class
Grape::Entity::Options
In:
lib/grape_entity/options.rb
Parent:
Object
Methods
==
[]
empty?
except_fields
fetch
for_nesting
key?
merge
new
only_fields
reverse_merge
should_return_key?
with_attr_path
Attributes
opts_hash
[R]
Public Class methods
new
(opts_hash = {})
Public Instance methods
==
(other)
[]
(key)
empty?
()
except_fields
(for_key = nil)
fetch
(*args)
for_nesting
(key)
key?
(key)
merge
(new_opts)
only_fields
(for_key = nil)
reverse_merge
(new_opts)
should_return_key?
(key)
with_attr_path
(part) {|| ...}
[Validate]