Class: MotionOcean::Resource::Size

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/motion_ocean/resource/size.rb

Constant Summary

Constants included from Base

Base::PER_PAGE

Instance Attribute Summary

Attributes included from Base

#api_client

Instance Method Summary collapse

Methods included from Base

#initialize

Instance Method Details

#all(&block) ⇒ Object



6
7
8
# File 'lib/motion_ocean/resource/size.rb', line 6

def all(&block)
  get('sizes', &block)
end