Module: GcxApi
- Defined in:
- lib/gcx_api.rb,
lib/gcx_api/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.3"
Class Attribute Summary collapse
-
.cas_password ⇒ Object
Returns the value of attribute cas_password.
-
.cas_url ⇒ Object
Returns the value of attribute cas_url.
-
.cas_username ⇒ Object
Returns the value of attribute cas_username.
-
.gcx_url ⇒ Object
Returns the value of attribute gcx_url.
Class Method Summary collapse
Class Attribute Details
.cas_password ⇒ Object
Returns the value of attribute cas_password.
5 6 7 |
# File 'lib/gcx_api.rb', line 5 def cas_password @cas_password end |
.cas_url ⇒ Object
Returns the value of attribute cas_url.
5 6 7 |
# File 'lib/gcx_api.rb', line 5 def cas_url @cas_url end |
.cas_username ⇒ Object
Returns the value of attribute cas_username.
5 6 7 |
# File 'lib/gcx_api.rb', line 5 def cas_username @cas_username end |
.gcx_url ⇒ Object
Returns the value of attribute gcx_url.
5 6 7 |
# File 'lib/gcx_api.rb', line 5 def gcx_url @gcx_url end |
Class Method Details
.config {|_self| ... } ⇒ Object
7 8 9 10 11 12 |
# File 'lib/gcx_api.rb', line 7 def config yield self self.gcx_url ||= 'https://wpdev.gcx.org' self.cas_url ||= 'https://casdev.gcx.org' end |