Class: EgovUtils::AllRoleNames

Inherits:
AzaharaSchema::Attribute
  • Object
show all
Defined in:
app/attributes/egov_utils/all_role_names.rb

Instance Method Summary collapse

Instance Method Details

#build_json_options!(options) ⇒ Object



8
9
10
11
12
# File 'app/attributes/egov_utils/all_role_names.rb', line 8

def build_json_options!(options)
  options[:methods] ||= []
  options[:methods] << 'all_role_names'
  options
end

#filter?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'app/attributes/egov_utils/all_role_names.rb', line 4

def filter?
  false
end