class Spike::Charge::List
List
object
Public Instance Methods
data()
click to toggle source
# File lib/spike/charge.rb, line 41 def data @attributes['data'].collect { |d| Spike::Charge::Response.new(d) } end
has_more?()
click to toggle source
# File lib/spike/charge.rb, line 37 def has_more? @attributes['has_more'] end
object()
click to toggle source
# File lib/spike/charge.rb, line 29 def object @attributes['object'] end
url()
click to toggle source
# File lib/spike/charge.rb, line 33 def url @attributes['url'] end