Class: Softlayer::Network::Storage::Partnership

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



6
7
8
# File 'lib/softlayer/network/storage/partnership.rb', line 6

def create_date
  @create_date
end

#modify_dateObject

Returns the value of attribute modify_date.



7
8
9
# File 'lib/softlayer/network/storage/partnership.rb', line 7

def modify_date
  @modify_date
end

#partner_volumeObject

Returns the value of attribute partner_volume.



10
11
12
# File 'lib/softlayer/network/storage/partnership.rb', line 10

def partner_volume
  @partner_volume
end

#partner_volume_idObject

Returns the value of attribute partner_volume_id.



8
9
10
# File 'lib/softlayer/network/storage/partnership.rb', line 8

def partner_volume_id
  @partner_volume_id
end

#typeObject

Returns the value of attribute type.



11
12
13
# File 'lib/softlayer/network/storage/partnership.rb', line 11

def type
  @type
end

#volumeObject

Returns the value of attribute volume.



12
13
14
# File 'lib/softlayer/network/storage/partnership.rb', line 12

def volume
  @volume
end

#volume_idObject

Returns the value of attribute volume_id.



9
10
11
# File 'lib/softlayer/network/storage/partnership.rb', line 9

def volume_id
  @volume_id
end