Class: TableCellModel

Inherits:
Object
  • Object
show all
Defined in:
lib/apple_cert_monitor/model/table_cell_model.rb

Constant Summary collapse

MODEL_TYPES =
{
    is_certificate: 1, # 证书
    is_provisioning_profile: 2, # 描述文件
}

Instance Attribute Summary collapse

Instance Attribute Details

#days_to_nowObject

Returns the value of attribute days_to_now.



8
9
10
# File 'lib/apple_cert_monitor/model/table_cell_model.rb', line 8

def days_to_now
  @days_to_now
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/apple_cert_monitor/model/table_cell_model.rb', line 7

def name
  @name
end