class Yao::Resources::LoadBalancerHealthMonitor
Public Instance Methods
created_at()
click to toggle source
@return [Date]
# File lib/yao/resources/loadbalancer_healthmonitor.rb, line 15 def created_at Date.parse(self["created_at"]) end
Also aliased as: created
project()
click to toggle source
@return [Date]
# File lib/yao/resources/loadbalancer_healthmonitor.rb, line 25 def project if project_id = self["project_id"] Yao::Tenant.find project_id end end
Also aliased as: tenant
updated_at()
click to toggle source
@return [Date]
# File lib/yao/resources/loadbalancer_healthmonitor.rb, line 20 def updated_at Date.parse(self["updated_at"]) end
Also aliased as: updated