Class: ChargeBee::CpqQuoteSignature

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/cpq_quote_signature.rb

Instance Attribute Summary collapse

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_atObject

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_methodObject

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_nameObject

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_atObject

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

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4

def id
  @id
end

#modified_atObject

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

#nameObject

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_idObject

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_idObject

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_typeObject

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

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4

def status
  @status
end

#timezoneObject

Returns the value of attribute timezone.



4
5
6
# File 'lib/chargebee/models/cpq_quote_signature.rb', line 4

def timezone
  @timezone
end