Class: Softlayer::User::Access::Facility::Visitor

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/user/access/facility/visitor.rb,
lib/softlayer/user/access/facility/visitor/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

#company_nameObject

Returns the value of attribute company_name.



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

def company_name
  @company_name
end

#first_nameObject

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#type_idObject

Returns the value of attribute type_id.



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

def type_id
  @type_id
end

#visitor_typeObject

Returns the value of attribute visitor_type.



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

def visitor_type
  @visitor_type
end