Class: Pandarus::LockInfo
- Defined in:
- lib/pandarus/models/lock_info.rb
Instance Attribute Summary collapse
- 
  
    
      #asset_string  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute asset_string. 
- 
  
    
      #context_module  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute context_module. 
- 
  
    
      #lock_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute lock_at. 
- 
  
    
      #manually_locked  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute manually_locked. 
- 
  
    
      #unlock_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute unlock_at. 
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#asset_string ⇒ Object
Returns the value of attribute asset_string.
| 6 7 8 | # File 'lib/pandarus/models/lock_info.rb', line 6 def asset_string @asset_string end | 
#context_module ⇒ Object
Returns the value of attribute context_module.
| 6 7 8 | # File 'lib/pandarus/models/lock_info.rb', line 6 def context_module @context_module end | 
#lock_at ⇒ Object
Returns the value of attribute lock_at.
| 6 7 8 | # File 'lib/pandarus/models/lock_info.rb', line 6 def lock_at @lock_at end | 
#manually_locked ⇒ Object
Returns the value of attribute manually_locked.
| 6 7 8 | # File 'lib/pandarus/models/lock_info.rb', line 6 def manually_locked @manually_locked end | 
#unlock_at ⇒ Object
Returns the value of attribute unlock_at.
| 6 7 8 | # File 'lib/pandarus/models/lock_info.rb', line 6 def unlock_at @unlock_at end | 
Class Method Details
.attribute_map ⇒ Object
| 9 10 11 12 13 14 15 16 17 18 | # File 'lib/pandarus/models/lock_info.rb', line 9 def self.attribute_map { :asset_string => {:external => "asset_string", :container => false, :type => "String"}, :unlock_at => {:external => "unlock_at", :container => false, :type => "DateTime"}, :lock_at => {:external => "lock_at", :container => false, :type => "DateTime"}, :context_module => {:external => "context_module", :container => false, :type => "String"}, :manually_locked => {:external => "manually_locked", :container => false, :type => nil} } end |