Module: MicroCMS
- Extended by:
- Forwardable
- Defined in:
- lib/microcms.rb,
lib/microcms/version.rb
Overview
MicroCMS
Defined Under Namespace
Modules: HttpUtil Classes: APIError, Client
Constant Summary collapse
- VERSION =
'1.2.0'
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.service_domain ⇒ Object
Returns the value of attribute service_domain.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
14 15 16 |
# File 'lib/microcms.rb', line 14 def api_key @api_key end |
.service_domain ⇒ Object
Returns the value of attribute service_domain.
14 15 16 |
# File 'lib/microcms.rb', line 14 def service_domain @service_domain end |