Class: Hps::HpsCheckResponseDetails
- Inherits:
-
Object
- Object
- Hps::HpsCheckResponseDetails
- Defined in:
- lib/hps/entities/hps_check_response_details.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#field_name ⇒ Object
Returns the value of attribute field_name.
-
#field_number ⇒ Object
Returns the value of attribute field_number.
-
#message ⇒ Object
Returns the value of attribute message.
-
#message_type ⇒ Object
Returns the value of attribute message_type.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/hps/entities/hps_check_response_details.rb', line 3 def code @code end |
#field_name ⇒ Object
Returns the value of attribute field_name.
3 4 5 |
# File 'lib/hps/entities/hps_check_response_details.rb', line 3 def field_name @field_name end |
#field_number ⇒ Object
Returns the value of attribute field_number.
3 4 5 |
# File 'lib/hps/entities/hps_check_response_details.rb', line 3 def field_number @field_number end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/hps/entities/hps_check_response_details.rb', line 3 def @message end |
#message_type ⇒ Object
Returns the value of attribute message_type.
3 4 5 |
# File 'lib/hps/entities/hps_check_response_details.rb', line 3 def @message_type end |