Class: Vcert::ZoneConfiguration
- Inherits:
-
Object
- Object
- Vcert::ZoneConfiguration
- Defined in:
- lib/objects/objects.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#cit_id ⇒ Object
Returns the value of attribute cit_id.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#key_type ⇒ Object
readonly
Returns the value of attribute key_type.
-
#locality ⇒ Object
readonly
Returns the value of attribute locality.
-
#organization ⇒ Object
readonly
Returns the value of attribute organization.
-
#organizational_unit ⇒ Object
readonly
Returns the value of attribute organizational_unit.
-
#province ⇒ Object
readonly
Returns the value of attribute province.
Instance Method Summary collapse
-
#initialize(country:, province:, locality:, organization:, organizational_unit:, key_type:) ⇒ ZoneConfiguration
constructor
A new instance of ZoneConfiguration.
Constructor Details
#initialize(country:, province:, locality:, organization:, organizational_unit:, key_type:) ⇒ ZoneConfiguration
Returns a new instance of ZoneConfiguration.
312 313 314 315 316 317 318 319 |
# File 'lib/objects/objects.rb', line 312 def initialize(country:, province:, locality:, organization:, organizational_unit:, key_type:) @country = country @province = province @locality = locality @organization = organization @organizational_unit = organizational_unit @key_type = key_type end |
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def app_id @app_id end |
#cit_id ⇒ Object
Returns the value of attribute cit_id.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def cit_id @cit_id end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def country @country end |
#key_type ⇒ Object (readonly)
Returns the value of attribute key_type.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def key_type @key_type end |
#locality ⇒ Object (readonly)
Returns the value of attribute locality.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def locality @locality end |
#organization ⇒ Object (readonly)
Returns the value of attribute organization.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def organization @organization end |
#organizational_unit ⇒ Object (readonly)
Returns the value of attribute organizational_unit.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def organizational_unit @organizational_unit end |
#province ⇒ Object (readonly)
Returns the value of attribute province.
303 304 305 |
# File 'lib/objects/objects.rb', line 303 def province @province end |