Class: AuthorizeNet::ARB::Fields::EntityDescription
- Inherits:
-
Struct
- Object
- Struct
- AuthorizeNet::ARB::Fields::EntityDescription
- Defined in:
- lib/authorize_net/arb/fields.rb
Instance Attribute Summary collapse
-
#arg_mapping ⇒ Object
Returns the value of attribute arg_mapping.
-
#entity_class ⇒ Object
Returns the value of attribute entity_class.
-
#node_structure ⇒ Object
Returns the value of attribute node_structure.
Instance Attribute Details
#arg_mapping ⇒ Object
Returns the value of attribute arg_mapping
3 4 5 |
# File 'lib/authorize_net/arb/fields.rb', line 3 def arg_mapping @arg_mapping end |
#entity_class ⇒ Object
Returns the value of attribute entity_class
3 4 5 |
# File 'lib/authorize_net/arb/fields.rb', line 3 def entity_class @entity_class end |
#node_structure ⇒ Object
Returns the value of attribute node_structure
3 4 5 |
# File 'lib/authorize_net/arb/fields.rb', line 3 def node_structure @node_structure end |