Class: Allorails::PhoneNumber
- Inherits:
-
Base
- Object
- Response::ApiResponse
- Response::ApiMappingResponse
- Base
- Allorails::PhoneNumber
- Defined in:
- lib/allorails/response/model.rb
Overview
Class providing object mapping of a phone number item
Instance Attribute Summary
Attributes inherited from Response::ApiMappingResponse
Instance Method Summary collapse
-
#description ⇒ Object
Provides the description of the phone number @return (string) description.
-
#value ⇒ Object
Provides the phone number @return (string) phone number.
Methods inherited from Base
Methods inherited from Response::ApiMappingResponse
#_verify, attribute_reader, #initialize, node_reader
Methods inherited from Response::ApiResponse
Constructor Details
This class inherits a constructor from Allorails::Base
Instance Method Details
#description ⇒ Object
Provides the description of the phone number
@return (string) description
153 |
# File 'lib/allorails/response/model.rb', line 153 node_reader :description |
#value ⇒ Object
Provides the phone number
@return (string) phone number
149 |
# File 'lib/allorails/response/model.rb', line 149 attribute_reader :value |