class EveOnline::ESI::Models::DogmaEffectModifier
Public Instance Methods
as_json()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 7 def as_json { domain: domain, effect_id: effect_id, func: func, modified_attribute_id: modified_attribute_id, modifying_attribute_id: modifying_attribute_id, operator: operator } end
domain()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 18 def domain options["domain"] end
effect_id()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 22 def effect_id options["effect_id"] end
func()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 26 def func options["func"] end
modified_attribute_id()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 30 def modified_attribute_id options["modified_attribute_id"] end
modifying_attribute_id()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 34 def modifying_attribute_id options["modifying_attribute_id"] end
operator()
click to toggle source
# File lib/eve_online/esi/models/dogma_effect_modifier.rb, line 38 def operator options["operator"] end