Class: CARMA::Models::Caregiver
- Defined in:
- lib/carma/models/caregiver.rb
Instance Attribute Summary collapse
-
#icn ⇒ Object
Returns the value of attribute icn.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Caregiver
constructor
A new instance of Caregiver.
Methods inherited from Base
after_to_request_payload, request_payload_key, #to_request_payload
Constructor Details
#initialize(args = {}) ⇒ Caregiver
Returns a new instance of Caregiver.
12 13 14 |
# File 'lib/carma/models/caregiver.rb', line 12 def initialize(args = {}) @icn = args[:icn] end |
Instance Attribute Details
#icn ⇒ Object
Returns the value of attribute icn.
10 11 12 |
# File 'lib/carma/models/caregiver.rb', line 10 def icn @icn end |