Class: Softlayer::Network::Service::Resource::Attribute

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/service/resource/attribute.rb,
lib/softlayer/network/service/resource/attribute/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

#attribute_typeObject

Returns the value of attribute attribute_type.



8
9
10
# File 'lib/softlayer/network/service/resource/attribute.rb', line 8

def attribute_type
  @attribute_type
end

#service_resourceObject

Returns the value of attribute service_resource.



9
10
11
# File 'lib/softlayer/network/service/resource/attribute.rb', line 9

def service_resource
  @service_resource
end

#valueObject

Returns the value of attribute value.



7
8
9
# File 'lib/softlayer/network/service/resource/attribute.rb', line 7

def value
  @value
end