Method: UpGuard::Environment#initialize
- Defined in:
- lib/upguard/Environment.rb
#initialize(appliance_url, appliance_api_key, sec_key, insecure = false) ⇒ Environment
13 14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/upguard/Environment.rb', line 13 def initialize(appliance_url, appliance_api_key, sec_key, insecure = false) super(appliance_url, appliance_api_key, sec_key, insecure) self.description = nil self.id = nil self.name = nil self.node_rules = nil self.short_description = nil self.updated_by = nil self.created_by = nil self.updated_at = nil self.created_at = nil self.weight = nil end |