Class: Softlayer::User::External::Binding::Attribute

Inherits:
Model
  • Object
show all
Defined in:
lib/softlayer/user/external/binding/attribute.rb

Direct Known Subclasses

Customer::External::Binding::Attribute

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

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

Methods included from Model::Operations

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

Instance Attribute Details

#external_bindingObject

Returns the value of attribute external_binding.



7
8
9
# File 'lib/softlayer/user/external/binding/attribute.rb', line 7

def external_binding
  @external_binding
end

#valueObject

Returns the value of attribute value.



6
7
8
# File 'lib/softlayer/user/external/binding/attribute.rb', line 6

def value
  @value
end