Class: Softlayer::Network::Storage::History

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

#accountObject

Returns the value of attribute account.



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

def 
  @account
end

#create_dateObject

Returns the value of attribute create_date.



5
6
7
# File 'lib/softlayer/network/storage/history.rb', line 5

def create_date
  @create_date
end

#nas_volumeObject

Returns the value of attribute nas_volume.



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

def nas_volume
  @nas_volume
end

#notesObject

Returns the value of attribute notes.



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

def notes
  @notes
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end