Class: Softlayer::User::Access::Facility::Log

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/user/access/facility/log.rb,
lib/softlayer/user/access/facility/log/type.rb

Defined Under Namespace

Classes: Representer, Type

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#accountObject

Returns the value of attribute account.



14
15
16
# File 'lib/softlayer/user/access/facility/log.rb', line 14

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



7
8
9
# File 'lib/softlayer/user/access/facility/log.rb', line 7

def 
  @account_id
end

#datacenterObject

Returns the value of attribute datacenter.



15
16
17
# File 'lib/softlayer/user/access/facility/log.rb', line 15

def datacenter
  @datacenter
end

#descriptionObject

Returns the value of attribute description.



8
9
10
# File 'lib/softlayer/user/access/facility/log.rb', line 8

def description
  @description
end

#hardwareObject

Returns the value of attribute hardware.



16
17
18
# File 'lib/softlayer/user/access/facility/log.rb', line 16

def hardware
  @hardware
end

#hardware_idObject

Returns the value of attribute hardware_id.



9
10
11
# File 'lib/softlayer/user/access/facility/log.rb', line 9

def hardware_id
  @hardware_id
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/softlayer/user/access/facility/log.rb', line 10

def id
  @id
end

#location_idObject

Returns the value of attribute location_id.



11
12
13
# File 'lib/softlayer/user/access/facility/log.rb', line 11

def location_id
  @location_id
end

#log_typeObject

Returns the value of attribute log_type.



17
18
19
# File 'lib/softlayer/user/access/facility/log.rb', line 17

def log_type
  @log_type
end

#time_inObject

Returns the value of attribute time_in.



12
13
14
# File 'lib/softlayer/user/access/facility/log.rb', line 12

def time_in
  @time_in
end

#time_outObject

Returns the value of attribute time_out.



13
14
15
# File 'lib/softlayer/user/access/facility/log.rb', line 13

def time_out
  @time_out
end

#visitorObject

Returns the value of attribute visitor.



18
19
20
# File 'lib/softlayer/user/access/facility/log.rb', line 18

def visitor
  @visitor
end