Class: Eversign::Models::Business
- Inherits:
-
Object
- Object
- Eversign::Models::Business
- Defined in:
- lib/eversign/models/business.rb
Instance Attribute Summary collapse
-
#business_id ⇒ Object
Returns the value of attribute business_id.
-
#business_identifier ⇒ Object
Returns the value of attribute business_identifier.
-
#business_name ⇒ Object
Returns the value of attribute business_name.
-
#business_status ⇒ Object
Returns the value of attribute business_status.
-
#creation_time_stamp ⇒ Object
Returns the value of attribute creation_time_stamp.
-
#is_primary ⇒ Object
Returns the value of attribute is_primary.
Instance Attribute Details
#business_id ⇒ Object
Returns the value of attribute business_id.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def business_id @business_id end |
#business_identifier ⇒ Object
Returns the value of attribute business_identifier.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def business_identifier @business_identifier end |
#business_name ⇒ Object
Returns the value of attribute business_name.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def business_name @business_name end |
#business_status ⇒ Object
Returns the value of attribute business_status.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def business_status @business_status end |
#creation_time_stamp ⇒ Object
Returns the value of attribute creation_time_stamp.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def creation_time_stamp @creation_time_stamp end |
#is_primary ⇒ Object
Returns the value of attribute is_primary.
4 5 6 |
# File 'lib/eversign/models/business.rb', line 4 def is_primary @is_primary end |