Class: VAProfile::Models::VeteranStatus
- Includes:
- Concerns::Defaultable
- Defined in:
- lib/va_profile/models/veteran_status.rb
Constant Summary
Constants inherited from Base
Class Method Summary collapse
-
.in_json ⇒ String
Converts an instance of the VeteranStatus model to a JSON encoded string suitable for use in the body of a request to VAProfile.
Methods included from Concerns::Defaultable
Class Method Details
.in_json ⇒ String
Converts an instance of the VeteranStatus model to a JSON encoded string suitable for use in the body of a request to VAProfile
17 18 19 20 21 22 23 24 25 |
# File 'lib/va_profile/models/veteran_status.rb', line 17 def self.in_json { bios: [ { bioPath: 'militaryPerson.militarySummary' } ] }.to_json end |