Class: NuvemfiscalSdkRuby::NfcomSefazAssinante
- Inherits:
-
Object
- Object
- NuvemfiscalSdkRuby::NfcomSefazAssinante
- Defined in:
- lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb
Overview
Dados do assinante.
Instance Attribute Summary collapse
-
#c_uf_adic ⇒ Object
Código da UF de habilitação do terminal.
-
#c_uf_princ ⇒ Object
Código da UF de habilitação do terminal.
-
#d_contrato_fim ⇒ Object
Data de término do contrato.
-
#d_contrato_ini ⇒ Object
Data de início do contrato.
-
#i_cod_assinante ⇒ Object
Código único de Identificação do assinante.
-
#n_contrato ⇒ Object
Número do Contrato do assinante.
-
#nro_term_adic ⇒ Object
Número dos Terminais adicionais do serviço contratado.
-
#nro_term_princ ⇒ Object
Número do Terminal Principal do serviço contratado.
-
#tp_assinante ⇒ Object
Tipo de assinante.
-
#tp_serv_util ⇒ Object
Tipo de serviço utilizado.
Class Method Summary collapse
-
._deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about.
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.build_from_hash(attributes) ⇒ Object
Builds the object from hash.
-
.openapi_nullable ⇒ Object
List of attributes with nullable: true.
-
.openapi_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Integer
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ NfcomSefazAssinante
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ NfcomSefazAssinante
Initializes the object
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 104 def initialize(attributes = {}) if (!attributes.is_a?(Hash)) fail ArgumentError, "The input argument (attributes) must be a hash in `NuvemfiscalSdkRuby::NfcomSefazAssinante` initialize method" end # check to see if the attribute exists and convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| if (!self.class.attribute_map.key?(k.to_sym)) fail ArgumentError, "`#{k}` is not a valid attribute in `NuvemfiscalSdkRuby::NfcomSefazAssinante`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect end h[k.to_sym] = v } if attributes.key?(:'i_cod_assinante') self.i_cod_assinante = attributes[:'i_cod_assinante'] else self.i_cod_assinante = nil end if attributes.key?(:'tp_assinante') self.tp_assinante = attributes[:'tp_assinante'] else self.tp_assinante = nil end if attributes.key?(:'tp_serv_util') self.tp_serv_util = attributes[:'tp_serv_util'] else self.tp_serv_util = nil end if attributes.key?(:'n_contrato') self.n_contrato = attributes[:'n_contrato'] end if attributes.key?(:'d_contrato_ini') self.d_contrato_ini = attributes[:'d_contrato_ini'] end if attributes.key?(:'d_contrato_fim') self.d_contrato_fim = attributes[:'d_contrato_fim'] end if attributes.key?(:'nro_term_princ') self.nro_term_princ = attributes[:'nro_term_princ'] end if attributes.key?(:'c_uf_princ') self.c_uf_princ = attributes[:'c_uf_princ'] end if attributes.key?(:'nro_term_adic') self.nro_term_adic = attributes[:'nro_term_adic'] end if attributes.key?(:'c_uf_adic') self.c_uf_adic = attributes[:'c_uf_adic'] end end |
Instance Attribute Details
#c_uf_adic ⇒ Object
Código da UF de habilitação do terminal.
47 48 49 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 47 def c_uf_adic @c_uf_adic end |
#c_uf_princ ⇒ Object
Código da UF de habilitação do terminal. Utilizar a Tabela do IBGE de código de unidades da federação.
41 42 43 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 41 def c_uf_princ @c_uf_princ end |
#d_contrato_fim ⇒ Object
Data de término do contrato. Formato AAAA-MM-DD.
35 36 37 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 35 def d_contrato_fim @d_contrato_fim end |
#d_contrato_ini ⇒ Object
Data de início do contrato. Formato AAAA-MM-DD.
32 33 34 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 32 def d_contrato_ini @d_contrato_ini end |
#i_cod_assinante ⇒ Object
Código único de Identificação do assinante.
20 21 22 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 20 def i_cod_assinante @i_cod_assinante end |
#n_contrato ⇒ Object
Número do Contrato do assinante.
29 30 31 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 29 def n_contrato @n_contrato end |
#nro_term_adic ⇒ Object
Número dos Terminais adicionais do serviço contratado.
44 45 46 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 44 def nro_term_adic @nro_term_adic end |
#nro_term_princ ⇒ Object
Número do Terminal Principal do serviço contratado. Em se tratando de plano de prestação de serviço telefônico corporativo, familiar ou similares, informar o número do terminal telefônico principal do plano.
38 39 40 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 38 def nro_term_princ @nro_term_princ end |
#tp_assinante ⇒ Object
Tipo de assinante. * 1 - Comercial * 2 - Industrial * 3 - Residencial/Pessoa Física * 4 - Produtor Rural * 5 - Órgão da administração pública estadual direta e suas fundações e autarquias, quando mantidas pelo poder público estadual e regidas por normas de direito público, nos termos do Convênio ICMS 107/95 * 6 - Prestador de serviço de telecomunicação responsável pelo recolhimento do imposto incidente sobre a cessão dos meios de rede do prestador do serviço ao usuário final, nos termos do Convênio ICMS 17/13 * 7 - Missões Diplomáticas, Repartições Consulares e Organismos Internacionais, nos termos do Convênio ICMS 158/94 * 8 - Igrejas e Templos de qualquer natureza * 99 - Outros não especificados anteriormente
23 24 25 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 23 def tp_assinante @tp_assinante end |
#tp_serv_util ⇒ Object
Tipo de serviço utilizado. * 1 - Telefonia * 2 - Comunicação de dados * 3 - TV por Assinatura * 4 - Provimento de acesso à Internet * 5 - Multimídia * 6 - Outros * 7 - Varios
26 27 28 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 26 def tp_serv_util @tp_serv_util end |
Class Method Details
._deserialize(type, value) ⇒ Object
Deserializes the data based on type
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 283 def self._deserialize(type, value) case type.to_sym when :Time Time.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :Boolean if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model # models (e.g. Pet) or oneOf klass = NuvemfiscalSdkRuby.const_get(type) klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end |
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about
66 67 68 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 66 def self.acceptable_attributes attribute_map.values end |
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 50 def self.attribute_map { :'i_cod_assinante' => :'iCodAssinante', :'tp_assinante' => :'tpAssinante', :'tp_serv_util' => :'tpServUtil', :'n_contrato' => :'nContrato', :'d_contrato_ini' => :'dContratoIni', :'d_contrato_fim' => :'dContratoFim', :'nro_term_princ' => :'NroTermPrinc', :'c_uf_princ' => :'cUFPrinc', :'nro_term_adic' => :'NroTermAdic', :'c_uf_adic' => :'cUFAdic' } end |
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 259 def self.build_from_hash(attributes) return nil unless attributes.is_a?(Hash) attributes = attributes.transform_keys(&:to_sym) transformed_hash = {} openapi_types.each_pair do |key, type| if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil? transformed_hash["#{key}"] = nil elsif type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[attribute_map[key]].is_a?(Array) transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) } end elsif !attributes[attribute_map[key]].nil? transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]]) end end new(transformed_hash) end |
.openapi_nullable ⇒ Object
List of attributes with nullable: true
87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 87 def self.openapi_nullable Set.new([ :'i_cod_assinante', :'tp_assinante', :'tp_serv_util', :'n_contrato', :'d_contrato_ini', :'d_contrato_fim', :'nro_term_princ', :'c_uf_princ', :'nro_term_adic', :'c_uf_adic' ]) end |
.openapi_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 71 def self.openapi_types { :'i_cod_assinante' => :'String', :'tp_assinante' => :'Integer', :'tp_serv_util' => :'Integer', :'n_contrato' => :'String', :'d_contrato_ini' => :'Date', :'d_contrato_fim' => :'Date', :'nro_term_princ' => :'String', :'c_uf_princ' => :'Integer', :'nro_term_adic' => :'String', :'c_uf_adic' => :'Integer' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
229 230 231 232 233 234 235 236 237 238 239 240 241 242 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 229 def ==(o) return true if self.equal?(o) self.class == o.class && i_cod_assinante == o.i_cod_assinante && tp_assinante == o.tp_assinante && tp_serv_util == o.tp_serv_util && n_contrato == o.n_contrato && d_contrato_ini == o.d_contrato_ini && d_contrato_fim == o.d_contrato_fim && nro_term_princ == o.nro_term_princ && c_uf_princ == o.c_uf_princ && nro_term_adic == o.nro_term_adic && c_uf_adic == o.c_uf_adic end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 354 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#eql?(o) ⇒ Boolean
246 247 248 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 246 def eql?(o) self == o end |
#hash ⇒ Integer
Calculates hash code according to all attributes.
252 253 254 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 252 def hash [i_cod_assinante, tp_assinante, tp_serv_util, n_contrato, d_contrato_ini, d_contrato_fim, nro_term_princ, c_uf_princ, nro_term_adic, c_uf_adic].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 166 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new if @i_cod_assinante.to_s.length > 30 invalid_properties.push('invalid value for "i_cod_assinante", the character length must be smaller than or equal to 30.') end if @i_cod_assinante.to_s.length < 1 invalid_properties.push('invalid value for "i_cod_assinante", the character length must be great than or equal to 1.') end if !@n_contrato.nil? && @n_contrato.to_s.length > 20 invalid_properties.push('invalid value for "n_contrato", the character length must be smaller than or equal to 20.') end if !@n_contrato.nil? && @n_contrato.to_s.length < 1 invalid_properties.push('invalid value for "n_contrato", the character length must be great than or equal to 1.') end invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
330 331 332 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 330 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
336 337 338 339 340 341 342 343 344 345 346 347 348 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 336 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) if value.nil? is_nullable = self.class.openapi_nullable.include?(attr) next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) end hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
324 325 326 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 324 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
190 191 192 193 194 195 196 197 |
# File 'lib/nuvemfiscal_sdk_ruby/models/nfcom_sefaz_assinante.rb', line 190 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @i_cod_assinante.to_s.length > 30 return false if @i_cod_assinante.to_s.length < 1 return false if !@n_contrato.nil? && @n_contrato.to_s.length > 20 return false if !@n_contrato.nil? && @n_contrato.to_s.length < 1 true end |