class LeoManager::Endpoint

Endpoint Model

Attributes

created_at[R]

When the endpoint created at

endpoint[R]

host of the endpoint

Public Class Methods

new(h) click to toggle source
# File lib/leo_manager_models.rb, line 318
def initialize(h)
  @endpoint = h[:endpoint]
  @created_at = Time.parse(h[:created_at])
end