Class: Facturama::Models::Csd

Inherits:
Model
  • Object
show all
Defined in:
lib/facturama/models/csd.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#all_errors

Method Summary

Methods inherited from Model

#after_initialize, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data

Constructor Details

This class inherits a constructor from Facturama::Models::Model

Instance Attribute Details

#CertificateObject

Returns the value of attribute Certificate.



5
6
7
# File 'lib/facturama/models/csd.rb', line 5

def Certificate
  @Certificate
end

#PrivateKeyObject

Returns the value of attribute PrivateKey.



5
6
7
# File 'lib/facturama/models/csd.rb', line 5

def PrivateKey
  @PrivateKey
end

#PrivateKeyPasswordObject

Returns the value of attribute PrivateKeyPassword.



5
6
7
# File 'lib/facturama/models/csd.rb', line 5

def PrivateKeyPassword
  @PrivateKeyPassword
end

#RfcObject

Returns the value of attribute Rfc.



5
6
7
# File 'lib/facturama/models/csd.rb', line 5

def Rfc
  @Rfc
end