Class: ChargeBee::CpqQuoteSignature
- Defined in:
- lib/chargebee/models/cpq_quote_signature.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_acceptance_method ⇒ Object
Returns the value of attribute customer_acceptance_method.
-
#document_name ⇒ Object
Returns the value of attribute document_name.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#provider_document_id ⇒ Object
Returns the value of attribute provider_document_id.
-
#provider_request_id ⇒ Object
Returns the value of attribute provider_request_id.
-
#quote_type ⇒ Object
Returns the value of attribute quote_type.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def created_at @created_at end |
#customer_acceptance_method ⇒ Object
Returns the value of attribute customer_acceptance_method.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def customer_acceptance_method @customer_acceptance_method end |
#document_name ⇒ Object
Returns the value of attribute document_name.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def document_name @document_name end |
#expires_at ⇒ Object
Returns the value of attribute expires_at.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def expires_at @expires_at end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def id @id end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def name @name end |
#provider_document_id ⇒ Object
Returns the value of attribute provider_document_id.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def provider_document_id @provider_document_id end |
#provider_request_id ⇒ Object
Returns the value of attribute provider_request_id.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def provider_request_id @provider_request_id end |
#quote_type ⇒ Object
Returns the value of attribute quote_type.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def quote_type @quote_type end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def status @status end |
#timezone ⇒ Object
Returns the value of attribute timezone.
4 5 6 |
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4 def timezone @timezone end |