Class: Softlayer::Hardware::Note

Inherits:
Entity show all
Defined in:
lib/softlayer/hardware/note.rb,
lib/softlayer/hardware/note/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

#create_dateObject

Returns the value of attribute create_date.



5
6
7
# File 'lib/softlayer/hardware/note.rb', line 5

def create_date
  @create_date
end

#employeeObject

Returns the value of attribute employee.



12
13
14
# File 'lib/softlayer/hardware/note.rb', line 12

def employee
  @employee
end

#hardwareObject

Returns the value of attribute hardware.



13
14
15
# File 'lib/softlayer/hardware/note.rb', line 13

def hardware
  @hardware
end

#hardware_idObject

Returns the value of attribute hardware_id.



6
7
8
# File 'lib/softlayer/hardware/note.rb', line 6

def hardware_id
  @hardware_id
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/hardware/note.rb', line 7

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



8
9
10
# File 'lib/softlayer/hardware/note.rb', line 8

def modify_date
  @modify_date
end

#noteObject

Returns the value of attribute note.



9
10
11
# File 'lib/softlayer/hardware/note.rb', line 9

def note
  @note
end

#typeObject

Returns the value of attribute type.



14
15
16
# File 'lib/softlayer/hardware/note.rb', line 14

def type
  @type
end

#type_idObject

Returns the value of attribute type_id.



10
11
12
# File 'lib/softlayer/hardware/note.rb', line 10

def type_id
  @type_id
end

#userObject

Returns the value of attribute user.



15
16
17
# File 'lib/softlayer/hardware/note.rb', line 15

def user
  @user
end

#user_record_idObject

Returns the value of attribute user_record_id.



11
12
13
# File 'lib/softlayer/hardware/note.rb', line 11

def user_record_id
  @user_record_id
end