Class: Regis::Endpoint::Section
- Inherits:
-
Object
- Object
- Regis::Endpoint::Section
- Defined in:
- lib/regis/endpoint/section.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ Section
constructor
A new instance of Section.
- #section_get_by_uuid(uuid) ⇒ Object
Constructor Details
#initialize(client) ⇒ Section
Returns a new instance of Section.
7 8 9 |
# File 'lib/regis/endpoint/section.rb', line 7 def initialize(client) @client = client end |