Method: Verizon::AccountLabels#initialize
- Defined in:
- lib/verizon/models/account_labels.rb
#initialize(devices = nil, label = SKIP) ⇒ AccountLabels
Returns a new instance of AccountLabels.
40 41 42 43 44 |
# File 'lib/verizon/models/account_labels.rb', line 40 def initialize(devices = nil, label = SKIP) @devices = devices @label = label unless label == SKIP end |