Class: Softlayer::Container::User::Data::Phone

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/user/data/phone.rb

Defined Under Namespace

Classes: Representer

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

#country_codeObject

Returns the value of attribute country_code.



6
7
8
# File 'lib/softlayer/container/user/data/phone.rb', line 6

def country_code
  @country_code
end

#extensionObject

Returns the value of attribute extension.



7
8
9
# File 'lib/softlayer/container/user/data/phone.rb', line 7

def extension
  @extension
end

#phoneObject

Returns the value of attribute phone.



8
9
10
# File 'lib/softlayer/container/user/data/phone.rb', line 8

def phone
  @phone
end

#phone_typeObject

Returns the value of attribute phone_type.



9
10
11
# File 'lib/softlayer/container/user/data/phone.rb', line 9

def phone_type
  @phone_type
end