class SpikePay::DeletedResponse

Attributes

attributes[R]

Public Class Methods

fields() click to toggle source
# File lib/spike_pay/data_types.rb, line 333
def self.fields
  ['deleted']
end
new(hash = {}) click to toggle source
# File lib/spike_pay/data_types.rb, line 338
def initialize(hash = {})
  hash = normalize_hash(hash)
  @attributes = hash
end

Public Instance Methods

deleted() click to toggle source

attributes accessors

# File lib/spike_pay/data_types.rb, line 344
def deleted
  attributes['deleted']
end