Class: Softlayer::Container::Network::Directory::Listing
- Defined in:
 - lib/softlayer/container/network/directory/listing.rb
 
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
- 
  
    
      #file_count  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute file_count.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute type.
 
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
#file_count ⇒ Object
Returns the value of attribute file_count.
      6 7 8  | 
    
      # File 'lib/softlayer/container/network/directory/listing.rb', line 6 def file_count @file_count end  | 
  
#name ⇒ Object
Returns the value of attribute name.
      7 8 9  | 
    
      # File 'lib/softlayer/container/network/directory/listing.rb', line 7 def name @name end  | 
  
#type ⇒ Object
Returns the value of attribute type.
      8 9 10  | 
    
      # File 'lib/softlayer/container/network/directory/listing.rb', line 8 def type @type end  |