Method: XeroRuby::PayrollUk::Problem.attribute_map
- Defined in:
- lib/xero-ruby/models/payroll_uk/problem.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 |
# File 'lib/xero-ruby/models/payroll_uk/problem.rb', line 39 def self.attribute_map { :'type' => :'type', :'title' => :'title', :'status' => :'status', :'detail' => :'detail', :'instance' => :'instance', :'invalid_fields' => :'invalidFields' } end |