Class: Softlayer::Container::Bandwidth::GraphOutputsExtended
- Defined in:
- lib/softlayer/container/bandwidth/graph_outputs_extended.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
- 
  
    
      #graph_image  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute graph_image. 
- 
  
    
      #graph_title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute graph_title. 
- 
  
    
      #in_bound_total_bytes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute in_bound_total_bytes. 
- 
  
    
      #max_end_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute max_end_date. 
- 
  
    
      #min_start_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute min_start_date. 
- 
  
    
      #out_bound_total_bytes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute out_bound_total_bytes. 
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
#graph_image ⇒ Object
Returns the value of attribute graph_image.
| 5 6 7 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 5 def graph_image @graph_image end | 
#graph_title ⇒ Object
Returns the value of attribute graph_title.
| 6 7 8 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 6 def graph_title @graph_title end | 
#in_bound_total_bytes ⇒ Object
Returns the value of attribute in_bound_total_bytes.
| 7 8 9 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 7 def in_bound_total_bytes @in_bound_total_bytes end | 
#max_end_date ⇒ Object
Returns the value of attribute max_end_date.
| 8 9 10 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 8 def max_end_date @max_end_date end | 
#min_start_date ⇒ Object
Returns the value of attribute min_start_date.
| 9 10 11 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 9 def min_start_date @min_start_date end | 
#out_bound_total_bytes ⇒ Object
Returns the value of attribute out_bound_total_bytes.
| 10 11 12 | # File 'lib/softlayer/container/bandwidth/graph_outputs_extended.rb', line 10 def out_bound_total_bytes @out_bound_total_bytes end |