Class: Pandarus::LockInfo

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/lock_info.rb

Instance Attribute Summary collapse

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_stringObject

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_moduleObject

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_atObject

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_lockedObject

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_atObject

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_mapObject



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